@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/src/client.ts
CHANGED
|
@@ -34,10 +34,7 @@ export default class Client extends OpenApi {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* @remarks
|
|
40
|
-
* 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.
|
|
37
|
+
* 启用账号组规则
|
|
41
38
|
*
|
|
42
39
|
* @param request - ActiveAggregateConfigRulesRequest
|
|
43
40
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -76,10 +73,7 @@ export default class Client extends OpenApi {
|
|
|
76
73
|
}
|
|
77
74
|
|
|
78
75
|
/**
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
* @remarks
|
|
82
|
-
* 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.
|
|
76
|
+
* 启用账号组规则
|
|
83
77
|
*
|
|
84
78
|
* @param request - ActiveAggregateConfigRulesRequest
|
|
85
79
|
* @returns ActiveAggregateConfigRulesResponse
|
|
@@ -90,11 +84,7 @@ export default class Client extends OpenApi {
|
|
|
90
84
|
}
|
|
91
85
|
|
|
92
86
|
/**
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
* @remarks
|
|
96
|
-
* ### [](#)Prerequisites
|
|
97
|
-
* The rule is in the `INACTIVE` state.
|
|
87
|
+
* 启用指定规则
|
|
98
88
|
*
|
|
99
89
|
* @param request - ActiveConfigRulesRequest
|
|
100
90
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -129,11 +119,7 @@ export default class Client extends OpenApi {
|
|
|
129
119
|
}
|
|
130
120
|
|
|
131
121
|
/**
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
* @remarks
|
|
135
|
-
* ### [](#)Prerequisites
|
|
136
|
-
* The rule is in the `INACTIVE` state.
|
|
122
|
+
* 启用指定规则
|
|
137
123
|
*
|
|
138
124
|
* @param request - ActiveConfigRulesRequest
|
|
139
125
|
* @returns ActiveConfigRulesResponse
|
|
@@ -144,10 +130,7 @@ export default class Client extends OpenApi {
|
|
|
144
130
|
}
|
|
145
131
|
|
|
146
132
|
/**
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
* @remarks
|
|
150
|
-
* 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.
|
|
133
|
+
* 将指定账号组规则加入指定账号组合规包
|
|
151
134
|
*
|
|
152
135
|
* @param request - AttachAggregateConfigRuleToCompliancePackRequest
|
|
153
136
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -186,10 +169,7 @@ export default class Client extends OpenApi {
|
|
|
186
169
|
}
|
|
187
170
|
|
|
188
171
|
/**
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
* @remarks
|
|
192
|
-
* 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.
|
|
172
|
+
* 将指定账号组规则加入指定账号组合规包
|
|
193
173
|
*
|
|
194
174
|
* @param request - AttachAggregateConfigRuleToCompliancePackRequest
|
|
195
175
|
* @returns AttachAggregateConfigRuleToCompliancePackResponse
|
|
@@ -200,10 +180,7 @@ export default class Client extends OpenApi {
|
|
|
200
180
|
}
|
|
201
181
|
|
|
202
182
|
/**
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
* @remarks
|
|
206
|
-
* This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
|
|
183
|
+
* 将指定规则加入指定合规包
|
|
207
184
|
*
|
|
208
185
|
* @param request - AttachConfigRuleToCompliancePackRequest
|
|
209
186
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -238,10 +215,7 @@ export default class Client extends OpenApi {
|
|
|
238
215
|
}
|
|
239
216
|
|
|
240
217
|
/**
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
* @remarks
|
|
244
|
-
* This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
|
|
218
|
+
* 将指定规则加入指定合规包
|
|
245
219
|
*
|
|
246
220
|
* @param request - AttachConfigRuleToCompliancePackRequest
|
|
247
221
|
* @returns AttachConfigRuleToCompliancePackResponse
|
|
@@ -252,7 +226,7 @@ export default class Client extends OpenApi {
|
|
|
252
226
|
}
|
|
253
227
|
|
|
254
228
|
/**
|
|
255
|
-
*
|
|
229
|
+
* 合规包复制
|
|
256
230
|
*
|
|
257
231
|
* @param request - CopyCompliancePacksRequest
|
|
258
232
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -291,7 +265,7 @@ export default class Client extends OpenApi {
|
|
|
291
265
|
}
|
|
292
266
|
|
|
293
267
|
/**
|
|
294
|
-
*
|
|
268
|
+
* 合规包复制
|
|
295
269
|
*
|
|
296
270
|
* @param request - CopyCompliancePacksRequest
|
|
297
271
|
* @returns CopyCompliancePacksResponse
|
|
@@ -302,7 +276,7 @@ export default class Client extends OpenApi {
|
|
|
302
276
|
}
|
|
303
277
|
|
|
304
278
|
/**
|
|
305
|
-
*
|
|
279
|
+
* 规则复制
|
|
306
280
|
*
|
|
307
281
|
* @param request - CopyConfigRulesRequest
|
|
308
282
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -341,7 +315,7 @@ export default class Client extends OpenApi {
|
|
|
341
315
|
}
|
|
342
316
|
|
|
343
317
|
/**
|
|
344
|
-
*
|
|
318
|
+
* 规则复制
|
|
345
319
|
*
|
|
346
320
|
* @param request - CopyConfigRulesRequest
|
|
347
321
|
* @returns CopyConfigRulesResponse
|
|
@@ -352,7 +326,7 @@ export default class Client extends OpenApi {
|
|
|
352
326
|
}
|
|
353
327
|
|
|
354
328
|
/**
|
|
355
|
-
*
|
|
329
|
+
* 生成当前账号搜索结果下载文件
|
|
356
330
|
*
|
|
357
331
|
* @param request - CreateAdvancedSearchFileRequest
|
|
358
332
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -383,7 +357,7 @@ export default class Client extends OpenApi {
|
|
|
383
357
|
}
|
|
384
358
|
|
|
385
359
|
/**
|
|
386
|
-
*
|
|
360
|
+
* 生成当前账号搜索结果下载文件
|
|
387
361
|
*
|
|
388
362
|
* @param request - CreateAdvancedSearchFileRequest
|
|
389
363
|
* @returns CreateAdvancedSearchFileResponse
|
|
@@ -394,10 +368,10 @@ export default class Client extends OpenApi {
|
|
|
394
368
|
}
|
|
395
369
|
|
|
396
370
|
/**
|
|
397
|
-
* Creates a downloadable
|
|
371
|
+
* Creates a downloadable file of advanced search results for resources in an account group.
|
|
398
372
|
*
|
|
399
373
|
* @remarks
|
|
400
|
-
* This topic provides an example
|
|
374
|
+
* 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.
|
|
401
375
|
*
|
|
402
376
|
* @param request - CreateAggregateAdvancedSearchFileRequest
|
|
403
377
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -432,10 +406,10 @@ export default class Client extends OpenApi {
|
|
|
432
406
|
}
|
|
433
407
|
|
|
434
408
|
/**
|
|
435
|
-
* Creates a downloadable
|
|
409
|
+
* Creates a downloadable file of advanced search results for resources in an account group.
|
|
436
410
|
*
|
|
437
411
|
* @remarks
|
|
438
|
-
* This topic provides an example
|
|
412
|
+
* 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.
|
|
439
413
|
*
|
|
440
414
|
* @param request - CreateAggregateAdvancedSearchFileRequest
|
|
441
415
|
* @returns CreateAggregateAdvancedSearchFileResponse
|
|
@@ -446,10 +420,13 @@ export default class Client extends OpenApi {
|
|
|
446
420
|
}
|
|
447
421
|
|
|
448
422
|
/**
|
|
449
|
-
* Creates a compliance
|
|
423
|
+
* Creates a compliance pack for a specified account group.
|
|
450
424
|
*
|
|
451
425
|
* @remarks
|
|
452
|
-
*
|
|
426
|
+
* 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.
|
|
427
|
+
* 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.
|
|
428
|
+
* A compliance pack template is a collection of rules created by CloudConfig for a specific compliance scenario.
|
|
429
|
+
* 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).
|
|
453
430
|
*
|
|
454
431
|
* @param tmpReq - CreateAggregateCompliancePackRequest
|
|
455
432
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -573,10 +550,13 @@ export default class Client extends OpenApi {
|
|
|
573
550
|
}
|
|
574
551
|
|
|
575
552
|
/**
|
|
576
|
-
* Creates a compliance
|
|
553
|
+
* Creates a compliance pack for a specified account group.
|
|
577
554
|
*
|
|
578
555
|
* @remarks
|
|
579
|
-
*
|
|
556
|
+
* 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.
|
|
557
|
+
* 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.
|
|
558
|
+
* A compliance pack template is a collection of rules created by CloudConfig for a specific compliance scenario.
|
|
559
|
+
* 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).
|
|
580
560
|
*
|
|
581
561
|
* @param request - CreateAggregateCompliancePackRequest
|
|
582
562
|
* @returns CreateAggregateCompliancePackResponse
|
|
@@ -587,10 +567,20 @@ export default class Client extends OpenApi {
|
|
|
587
567
|
}
|
|
588
568
|
|
|
589
569
|
/**
|
|
590
|
-
* Creates a delivery channel for
|
|
570
|
+
* 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).
|
|
591
571
|
*
|
|
592
572
|
* @remarks
|
|
593
|
-
*
|
|
573
|
+
* ### Background information
|
|
574
|
+
* - Deliver to Simple Log Service (SLS)
|
|
575
|
+
* 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).
|
|
576
|
+
* - Deliver to Object Storage Service (OSS)
|
|
577
|
+
* 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).
|
|
578
|
+
* - Deliver to Simple Message Queue (MNS)
|
|
579
|
+
* 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).
|
|
580
|
+
* ### Limits
|
|
581
|
+
* You can create a maximum of five delivery channels for each account group.
|
|
582
|
+
* ### Usage notes
|
|
583
|
+
* 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****`.
|
|
594
584
|
*
|
|
595
585
|
* @param request - CreateAggregateConfigDeliveryChannelRequest
|
|
596
586
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -669,10 +659,20 @@ export default class Client extends OpenApi {
|
|
|
669
659
|
}
|
|
670
660
|
|
|
671
661
|
/**
|
|
672
|
-
* Creates a delivery channel for
|
|
662
|
+
* 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).
|
|
673
663
|
*
|
|
674
664
|
* @remarks
|
|
675
|
-
*
|
|
665
|
+
* ### Background information
|
|
666
|
+
* - Deliver to Simple Log Service (SLS)
|
|
667
|
+
* 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).
|
|
668
|
+
* - Deliver to Object Storage Service (OSS)
|
|
669
|
+
* 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).
|
|
670
|
+
* - Deliver to Simple Message Queue (MNS)
|
|
671
|
+
* 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).
|
|
672
|
+
* ### Limits
|
|
673
|
+
* You can create a maximum of five delivery channels for each account group.
|
|
674
|
+
* ### Usage notes
|
|
675
|
+
* 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****`.
|
|
676
676
|
*
|
|
677
677
|
* @param request - CreateAggregateConfigDeliveryChannelRequest
|
|
678
678
|
* @returns CreateAggregateConfigDeliveryChannelResponse
|
|
@@ -683,13 +683,19 @@ export default class Client extends OpenApi {
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
/**
|
|
686
|
-
* Creates a rule for
|
|
686
|
+
* 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.
|
|
687
687
|
*
|
|
688
688
|
* @remarks
|
|
689
689
|
* ### Limits
|
|
690
|
-
*
|
|
690
|
+
* Each management account and delegated administrator account can have up to 200 rules.
|
|
691
|
+
* ### Background information
|
|
692
|
+
* Cloud Config supports the following methods for creating rules:
|
|
693
|
+
* - Create rules from templates
|
|
694
|
+
* 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).
|
|
695
|
+
* - Create rules based on functions in Function Compute
|
|
696
|
+
* 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).
|
|
691
697
|
* ### Usage notes
|
|
692
|
-
* This
|
|
698
|
+
* 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****`.
|
|
693
699
|
*
|
|
694
700
|
* @param tmpReq - CreateAggregateConfigRuleRequest
|
|
695
701
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -733,6 +739,10 @@ export default class Client extends OpenApi {
|
|
|
733
739
|
body["ClientToken"] = request.clientToken;
|
|
734
740
|
}
|
|
735
741
|
|
|
742
|
+
if (!$dara.isNull(request.conditions)) {
|
|
743
|
+
body["Conditions"] = request.conditions;
|
|
744
|
+
}
|
|
745
|
+
|
|
736
746
|
if (!$dara.isNull(request.configRuleName)) {
|
|
737
747
|
body["ConfigRuleName"] = request.configRuleName;
|
|
738
748
|
}
|
|
@@ -853,13 +863,19 @@ export default class Client extends OpenApi {
|
|
|
853
863
|
}
|
|
854
864
|
|
|
855
865
|
/**
|
|
856
|
-
* Creates a rule for
|
|
866
|
+
* 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.
|
|
857
867
|
*
|
|
858
868
|
* @remarks
|
|
859
869
|
* ### Limits
|
|
860
|
-
*
|
|
870
|
+
* Each management account and delegated administrator account can have up to 200 rules.
|
|
871
|
+
* ### Background information
|
|
872
|
+
* Cloud Config supports the following methods for creating rules:
|
|
873
|
+
* - Create rules from templates
|
|
874
|
+
* 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).
|
|
875
|
+
* - Create rules based on functions in Function Compute
|
|
876
|
+
* 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).
|
|
861
877
|
* ### Usage notes
|
|
862
|
-
* This
|
|
878
|
+
* 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****`.
|
|
863
879
|
*
|
|
864
880
|
* @param request - CreateAggregateConfigRuleRequest
|
|
865
881
|
* @returns CreateAggregateConfigRuleResponse
|
|
@@ -870,10 +886,16 @@ export default class Client extends OpenApi {
|
|
|
870
886
|
}
|
|
871
887
|
|
|
872
888
|
/**
|
|
873
|
-
* Creates a remediation
|
|
889
|
+
* Creates a remediation for a rule in a specified account group.
|
|
874
890
|
*
|
|
875
891
|
* @remarks
|
|
876
|
-
*
|
|
892
|
+
* ### Background information
|
|
893
|
+
* - Template-based remediation: Uses public templates provided by Operation Orchestration Service (OOS) to quickly remediate non-compliant resources.
|
|
894
|
+
* Only one remediation can be created for a rule. This type of remediation is supported only for rules that are created from specific templates.
|
|
895
|
+
* - Custom remediation: Runs custom code in Function Compute (FC) to quickly remediate non-compliant resources.
|
|
896
|
+
* Only one remediation can be created for a rule. This type of remediation is supported for rules created from templates and for custom rules.
|
|
897
|
+
* ### Usage notes
|
|
898
|
+
* 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****`.
|
|
877
899
|
*
|
|
878
900
|
* @param request - CreateAggregateRemediationRequest
|
|
879
901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -932,10 +954,16 @@ export default class Client extends OpenApi {
|
|
|
932
954
|
}
|
|
933
955
|
|
|
934
956
|
/**
|
|
935
|
-
* Creates a remediation
|
|
957
|
+
* Creates a remediation for a rule in a specified account group.
|
|
936
958
|
*
|
|
937
959
|
* @remarks
|
|
938
|
-
*
|
|
960
|
+
* ### Background information
|
|
961
|
+
* - Template-based remediation: Uses public templates provided by Operation Orchestration Service (OOS) to quickly remediate non-compliant resources.
|
|
962
|
+
* Only one remediation can be created for a rule. This type of remediation is supported only for rules that are created from specific templates.
|
|
963
|
+
* - Custom remediation: Runs custom code in Function Compute (FC) to quickly remediate non-compliant resources.
|
|
964
|
+
* Only one remediation can be created for a rule. This type of remediation is supported for rules created from templates and for custom rules.
|
|
965
|
+
* ### Usage notes
|
|
966
|
+
* 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****`.
|
|
939
967
|
*
|
|
940
968
|
* @param request - CreateAggregateRemediationRequest
|
|
941
969
|
* @returns CreateAggregateRemediationResponse
|
|
@@ -946,16 +974,24 @@ export default class Client extends OpenApi {
|
|
|
946
974
|
}
|
|
947
975
|
|
|
948
976
|
/**
|
|
949
|
-
*
|
|
977
|
+
* 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.
|
|
950
978
|
*
|
|
951
979
|
* @remarks
|
|
952
|
-
*
|
|
980
|
+
* ### Limits
|
|
981
|
+
* 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.
|
|
982
|
+
* ### Background information
|
|
983
|
+
* 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).
|
|
953
984
|
* Cloud Config supports the following types of account groups:
|
|
954
|
-
*
|
|
955
|
-
*
|
|
956
|
-
*
|
|
957
|
-
*
|
|
958
|
-
*
|
|
985
|
+
* - 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.
|
|
986
|
+
* - 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.
|
|
987
|
+
* - 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.
|
|
988
|
+
* - 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.
|
|
989
|
+
* - 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.
|
|
990
|
+
* A management account or a delegated administrator account can select only one non-empty folder to create a folder account group.
|
|
991
|
+
* ### Usage notes
|
|
992
|
+
* 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:
|
|
993
|
+
* - The member account ID is `171322098523****` and the member account name is `Alice`.
|
|
994
|
+
* - The member account ID is `100532098349****` and the member account name is `Tom`.
|
|
959
995
|
*
|
|
960
996
|
* @param tmpReq - CreateAggregatorRequest
|
|
961
997
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1022,16 +1058,24 @@ export default class Client extends OpenApi {
|
|
|
1022
1058
|
}
|
|
1023
1059
|
|
|
1024
1060
|
/**
|
|
1025
|
-
*
|
|
1061
|
+
* 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.
|
|
1026
1062
|
*
|
|
1027
1063
|
* @remarks
|
|
1028
|
-
*
|
|
1064
|
+
* ### Limits
|
|
1065
|
+
* 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.
|
|
1066
|
+
* ### Background information
|
|
1067
|
+
* 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).
|
|
1029
1068
|
* Cloud Config supports the following types of account groups:
|
|
1030
|
-
*
|
|
1031
|
-
*
|
|
1032
|
-
*
|
|
1033
|
-
*
|
|
1034
|
-
*
|
|
1069
|
+
* - 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.
|
|
1070
|
+
* - 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.
|
|
1071
|
+
* - 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.
|
|
1072
|
+
* - 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.
|
|
1073
|
+
* - 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.
|
|
1074
|
+
* A management account or a delegated administrator account can select only one non-empty folder to create a folder account group.
|
|
1075
|
+
* ### Usage notes
|
|
1076
|
+
* 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:
|
|
1077
|
+
* - The member account ID is `171322098523****` and the member account name is `Alice`.
|
|
1078
|
+
* - The member account ID is `100532098349****` and the member account name is `Tom`.
|
|
1035
1079
|
*
|
|
1036
1080
|
* @param request - CreateAggregatorRequest
|
|
1037
1081
|
* @returns CreateAggregatorResponse
|
|
@@ -1042,11 +1086,7 @@ export default class Client extends OpenApi {
|
|
|
1042
1086
|
}
|
|
1043
1087
|
|
|
1044
1088
|
/**
|
|
1045
|
-
*
|
|
1046
|
-
*
|
|
1047
|
-
* @remarks
|
|
1048
|
-
* Each ordinary account can create up to five compliance packages.
|
|
1049
|
-
* 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`.
|
|
1089
|
+
* 为当前账号创建合规包
|
|
1050
1090
|
*
|
|
1051
1091
|
* @param tmpReq - CreateCompliancePackRequest
|
|
1052
1092
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1166,11 +1206,7 @@ export default class Client extends OpenApi {
|
|
|
1166
1206
|
}
|
|
1167
1207
|
|
|
1168
1208
|
/**
|
|
1169
|
-
*
|
|
1170
|
-
*
|
|
1171
|
-
* @remarks
|
|
1172
|
-
* Each ordinary account can create up to five compliance packages.
|
|
1173
|
-
* 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`.
|
|
1209
|
+
* 为当前账号创建合规包
|
|
1174
1210
|
*
|
|
1175
1211
|
* @param request - CreateCompliancePackRequest
|
|
1176
1212
|
* @returns CreateCompliancePackResponse
|
|
@@ -1181,10 +1217,20 @@ export default class Client extends OpenApi {
|
|
|
1181
1217
|
}
|
|
1182
1218
|
|
|
1183
1219
|
/**
|
|
1184
|
-
* Creates a delivery channel.
|
|
1220
|
+
* Creates a delivery channel to deliver resource data to Simple Log Service (SLS), Object Storage Service (OSS), or Simple Message Queue (formerly MNS).
|
|
1185
1221
|
*
|
|
1186
1222
|
* @remarks
|
|
1187
|
-
*
|
|
1223
|
+
* ### Background information
|
|
1224
|
+
* - Deliver to Simple Log Service (SLS)
|
|
1225
|
+
* 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).
|
|
1226
|
+
* - Deliver to Object Storage Service (OSS)
|
|
1227
|
+
* 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).
|
|
1228
|
+
* - Deliver to Simple Message Queue (formerly MNS)
|
|
1229
|
+
* 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).
|
|
1230
|
+
* ### Limits
|
|
1231
|
+
* You can create a maximum of 5 delivery channels.
|
|
1232
|
+
* ### Usage notes
|
|
1233
|
+
* 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.
|
|
1188
1234
|
*
|
|
1189
1235
|
* @param request - CreateConfigDeliveryChannelRequest
|
|
1190
1236
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1259,10 +1305,20 @@ export default class Client extends OpenApi {
|
|
|
1259
1305
|
}
|
|
1260
1306
|
|
|
1261
1307
|
/**
|
|
1262
|
-
* Creates a delivery channel.
|
|
1308
|
+
* Creates a delivery channel to deliver resource data to Simple Log Service (SLS), Object Storage Service (OSS), or Simple Message Queue (formerly MNS).
|
|
1263
1309
|
*
|
|
1264
1310
|
* @remarks
|
|
1265
|
-
*
|
|
1311
|
+
* ### Background information
|
|
1312
|
+
* - Deliver to Simple Log Service (SLS)
|
|
1313
|
+
* 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).
|
|
1314
|
+
* - Deliver to Object Storage Service (OSS)
|
|
1315
|
+
* 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).
|
|
1316
|
+
* - Deliver to Simple Message Queue (formerly MNS)
|
|
1317
|
+
* 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).
|
|
1318
|
+
* ### Limits
|
|
1319
|
+
* You can create a maximum of 5 delivery channels.
|
|
1320
|
+
* ### Usage notes
|
|
1321
|
+
* 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.
|
|
1266
1322
|
*
|
|
1267
1323
|
* @param request - CreateConfigDeliveryChannelRequest
|
|
1268
1324
|
* @returns CreateConfigDeliveryChannelResponse
|
|
@@ -1273,11 +1329,19 @@ export default class Client extends OpenApi {
|
|
|
1273
1329
|
}
|
|
1274
1330
|
|
|
1275
1331
|
/**
|
|
1276
|
-
* Creates a rule
|
|
1332
|
+
* 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.
|
|
1277
1333
|
*
|
|
1278
1334
|
* @remarks
|
|
1279
|
-
*
|
|
1280
|
-
* You can
|
|
1335
|
+
* ### Limits
|
|
1336
|
+
* You can create up to 200 rules per account.
|
|
1337
|
+
* ### Background information
|
|
1338
|
+
* You can create rules in Cloud Config in two ways:
|
|
1339
|
+
* - Create rules from templates
|
|
1340
|
+
* 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).
|
|
1341
|
+
* - Create custom rules using Function Compute
|
|
1342
|
+
* 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).
|
|
1343
|
+
* ### Usage notes
|
|
1344
|
+
* 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****`.
|
|
1281
1345
|
*
|
|
1282
1346
|
* @param tmpReq - CreateConfigRuleRequest
|
|
1283
1347
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1309,6 +1373,10 @@ export default class Client extends OpenApi {
|
|
|
1309
1373
|
body["ClientToken"] = request.clientToken;
|
|
1310
1374
|
}
|
|
1311
1375
|
|
|
1376
|
+
if (!$dara.isNull(request.conditions)) {
|
|
1377
|
+
body["Conditions"] = request.conditions;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1312
1380
|
if (!$dara.isNull(request.configRuleName)) {
|
|
1313
1381
|
body["ConfigRuleName"] = request.configRuleName;
|
|
1314
1382
|
}
|
|
@@ -1421,11 +1489,19 @@ export default class Client extends OpenApi {
|
|
|
1421
1489
|
}
|
|
1422
1490
|
|
|
1423
1491
|
/**
|
|
1424
|
-
* Creates a rule
|
|
1492
|
+
* 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.
|
|
1425
1493
|
*
|
|
1426
1494
|
* @remarks
|
|
1427
|
-
*
|
|
1428
|
-
* You can
|
|
1495
|
+
* ### Limits
|
|
1496
|
+
* You can create up to 200 rules per account.
|
|
1497
|
+
* ### Background information
|
|
1498
|
+
* You can create rules in Cloud Config in two ways:
|
|
1499
|
+
* - Create rules from templates
|
|
1500
|
+
* 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).
|
|
1501
|
+
* - Create custom rules using Function Compute
|
|
1502
|
+
* 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).
|
|
1503
|
+
* ### Usage notes
|
|
1504
|
+
* 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****`.
|
|
1429
1505
|
*
|
|
1430
1506
|
* @param request - CreateConfigRuleRequest
|
|
1431
1507
|
* @returns CreateConfigRuleResponse
|
|
@@ -1436,10 +1512,16 @@ export default class Client extends OpenApi {
|
|
|
1436
1512
|
}
|
|
1437
1513
|
|
|
1438
1514
|
/**
|
|
1439
|
-
* Creates a remediation
|
|
1515
|
+
* Creates a remediation for an existing rule.
|
|
1440
1516
|
*
|
|
1441
1517
|
* @remarks
|
|
1442
|
-
*
|
|
1518
|
+
* ### Background information
|
|
1519
|
+
* - Template-based remediation: Uses public templates from Operation Orchestration Service (OOS) to remediate non-compliant resources.
|
|
1520
|
+
* Each rule supports only one remediation. This remediation type is available only for rules created from specific templates.
|
|
1521
|
+
* - Custom remediation: Uses custom code in Function Compute (FC) to remediate non-compliant resources.
|
|
1522
|
+
* Each rule supports only one remediation. This remediation type is available for rules created from templates and custom rules.
|
|
1523
|
+
* ### Usage notes
|
|
1524
|
+
* 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****`.
|
|
1443
1525
|
*
|
|
1444
1526
|
* @param request - CreateRemediationRequest
|
|
1445
1527
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1494,10 +1576,16 @@ export default class Client extends OpenApi {
|
|
|
1494
1576
|
}
|
|
1495
1577
|
|
|
1496
1578
|
/**
|
|
1497
|
-
* Creates a remediation
|
|
1579
|
+
* Creates a remediation for an existing rule.
|
|
1498
1580
|
*
|
|
1499
1581
|
* @remarks
|
|
1500
|
-
*
|
|
1582
|
+
* ### Background information
|
|
1583
|
+
* - Template-based remediation: Uses public templates from Operation Orchestration Service (OOS) to remediate non-compliant resources.
|
|
1584
|
+
* Each rule supports only one remediation. This remediation type is available only for rules created from specific templates.
|
|
1585
|
+
* - Custom remediation: Uses custom code in Function Compute (FC) to remediate non-compliant resources.
|
|
1586
|
+
* Each rule supports only one remediation. This remediation type is available for rules created from templates and custom rules.
|
|
1587
|
+
* ### Usage notes
|
|
1588
|
+
* 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****`.
|
|
1501
1589
|
*
|
|
1502
1590
|
* @param request - CreateRemediationRequest
|
|
1503
1591
|
* @returns CreateRemediationResponse
|
|
@@ -1508,7 +1596,7 @@ export default class Client extends OpenApi {
|
|
|
1508
1596
|
}
|
|
1509
1597
|
|
|
1510
1598
|
/**
|
|
1511
|
-
*
|
|
1599
|
+
* Create a compliance report template for the current UID.
|
|
1512
1600
|
*
|
|
1513
1601
|
* @param tmpReq - CreateReportTemplateRequest
|
|
1514
1602
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1569,7 +1657,7 @@ export default class Client extends OpenApi {
|
|
|
1569
1657
|
}
|
|
1570
1658
|
|
|
1571
1659
|
/**
|
|
1572
|
-
*
|
|
1660
|
+
* Create a compliance report template for the current UID.
|
|
1573
1661
|
*
|
|
1574
1662
|
* @param request - CreateReportTemplateRequest
|
|
1575
1663
|
* @returns CreateReportTemplateResponse
|
|
@@ -1580,13 +1668,7 @@ export default class Client extends OpenApi {
|
|
|
1580
1668
|
}
|
|
1581
1669
|
|
|
1582
1670
|
/**
|
|
1583
|
-
*
|
|
1584
|
-
*
|
|
1585
|
-
* @remarks
|
|
1586
|
-
* ### [](#)Prerequisites
|
|
1587
|
-
* The status of the rule is `ACTIVE`.
|
|
1588
|
-
* ### [](#)Description
|
|
1589
|
-
* This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
|
|
1671
|
+
* 停用账号组规则
|
|
1590
1672
|
*
|
|
1591
1673
|
* @param request - DeactiveAggregateConfigRulesRequest
|
|
1592
1674
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1625,13 +1707,7 @@ export default class Client extends OpenApi {
|
|
|
1625
1707
|
}
|
|
1626
1708
|
|
|
1627
1709
|
/**
|
|
1628
|
-
*
|
|
1629
|
-
*
|
|
1630
|
-
* @remarks
|
|
1631
|
-
* ### [](#)Prerequisites
|
|
1632
|
-
* The status of the rule is `ACTIVE`.
|
|
1633
|
-
* ### [](#)Description
|
|
1634
|
-
* This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
|
|
1710
|
+
* 停用账号组规则
|
|
1635
1711
|
*
|
|
1636
1712
|
* @param request - DeactiveAggregateConfigRulesRequest
|
|
1637
1713
|
* @returns DeactiveAggregateConfigRulesResponse
|
|
@@ -1642,13 +1718,7 @@ export default class Client extends OpenApi {
|
|
|
1642
1718
|
}
|
|
1643
1719
|
|
|
1644
1720
|
/**
|
|
1645
|
-
*
|
|
1646
|
-
*
|
|
1647
|
-
* @remarks
|
|
1648
|
-
* ### [](#)Prerequisites
|
|
1649
|
-
* The status of the rule is `ACTIVE`.
|
|
1650
|
-
* ### [](#)Description
|
|
1651
|
-
* This topic provides an example on how to disable the `cr-19a56457e0d90058****` rule.
|
|
1721
|
+
* 停用指定规则
|
|
1652
1722
|
*
|
|
1653
1723
|
* @param request - DeactiveConfigRulesRequest
|
|
1654
1724
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1683,13 +1753,7 @@ export default class Client extends OpenApi {
|
|
|
1683
1753
|
}
|
|
1684
1754
|
|
|
1685
1755
|
/**
|
|
1686
|
-
*
|
|
1687
|
-
*
|
|
1688
|
-
* @remarks
|
|
1689
|
-
* ### [](#)Prerequisites
|
|
1690
|
-
* The status of the rule is `ACTIVE`.
|
|
1691
|
-
* ### [](#)Description
|
|
1692
|
-
* This topic provides an example on how to disable the `cr-19a56457e0d90058****` rule.
|
|
1756
|
+
* 停用指定规则
|
|
1693
1757
|
*
|
|
1694
1758
|
* @param request - DeactiveConfigRulesRequest
|
|
1695
1759
|
* @returns DeactiveConfigRulesResponse
|
|
@@ -1700,10 +1764,7 @@ export default class Client extends OpenApi {
|
|
|
1700
1764
|
}
|
|
1701
1765
|
|
|
1702
1766
|
/**
|
|
1703
|
-
*
|
|
1704
|
-
*
|
|
1705
|
-
* @remarks
|
|
1706
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
|
|
1767
|
+
* 删除指定账号组内的合规包。删除合规包后,该合规包的检查结果和检查报告也自动被删除
|
|
1707
1768
|
*
|
|
1708
1769
|
* @param request - DeleteAggregateCompliancePacksRequest
|
|
1709
1770
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1746,10 +1807,7 @@ export default class Client extends OpenApi {
|
|
|
1746
1807
|
}
|
|
1747
1808
|
|
|
1748
1809
|
/**
|
|
1749
|
-
*
|
|
1750
|
-
*
|
|
1751
|
-
* @remarks
|
|
1752
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
|
|
1810
|
+
* 删除指定账号组内的合规包。删除合规包后,该合规包的检查结果和检查报告也自动被删除
|
|
1753
1811
|
*
|
|
1754
1812
|
* @param request - DeleteAggregateCompliancePacksRequest
|
|
1755
1813
|
* @returns DeleteAggregateCompliancePacksResponse
|
|
@@ -1760,10 +1818,7 @@ export default class Client extends OpenApi {
|
|
|
1760
1818
|
}
|
|
1761
1819
|
|
|
1762
1820
|
/**
|
|
1763
|
-
*
|
|
1764
|
-
*
|
|
1765
|
-
* @remarks
|
|
1766
|
-
* 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.
|
|
1821
|
+
* 账号组删除投递渠道
|
|
1767
1822
|
*
|
|
1768
1823
|
* @param request - DeleteAggregateConfigDeliveryChannelRequest
|
|
1769
1824
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1798,10 +1853,7 @@ export default class Client extends OpenApi {
|
|
|
1798
1853
|
}
|
|
1799
1854
|
|
|
1800
1855
|
/**
|
|
1801
|
-
*
|
|
1802
|
-
*
|
|
1803
|
-
* @remarks
|
|
1804
|
-
* 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.
|
|
1856
|
+
* 账号组删除投递渠道
|
|
1805
1857
|
*
|
|
1806
1858
|
* @param request - DeleteAggregateConfigDeliveryChannelRequest
|
|
1807
1859
|
* @returns DeleteAggregateConfigDeliveryChannelResponse
|
|
@@ -1812,10 +1864,7 @@ export default class Client extends OpenApi {
|
|
|
1812
1864
|
}
|
|
1813
1865
|
|
|
1814
1866
|
/**
|
|
1815
|
-
*
|
|
1816
|
-
*
|
|
1817
|
-
* @remarks
|
|
1818
|
-
* This topic provides an example on how to delete the `cr-4e3d626622af0080****` rule from the `ca-a4e5626622af0079****` account group.
|
|
1867
|
+
* 删除指定账号组内的规则。删除规则后,其配置信息不再保留
|
|
1819
1868
|
*
|
|
1820
1869
|
* @param request - DeleteAggregateConfigRulesRequest
|
|
1821
1870
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1850,10 +1899,7 @@ export default class Client extends OpenApi {
|
|
|
1850
1899
|
}
|
|
1851
1900
|
|
|
1852
1901
|
/**
|
|
1853
|
-
*
|
|
1854
|
-
*
|
|
1855
|
-
* @remarks
|
|
1856
|
-
* This topic provides an example on how to delete the `cr-4e3d626622af0080****` rule from the `ca-a4e5626622af0079****` account group.
|
|
1902
|
+
* 删除指定账号组内的规则。删除规则后,其配置信息不再保留
|
|
1857
1903
|
*
|
|
1858
1904
|
* @param request - DeleteAggregateConfigRulesRequest
|
|
1859
1905
|
* @returns DeleteAggregateConfigRulesResponse
|
|
@@ -1864,10 +1910,10 @@ export default class Client extends OpenApi {
|
|
|
1864
1910
|
}
|
|
1865
1911
|
|
|
1866
1912
|
/**
|
|
1867
|
-
* Deletes
|
|
1913
|
+
* Deletes the remediation settings for a rule in a specified account group.
|
|
1868
1914
|
*
|
|
1869
1915
|
* @remarks
|
|
1870
|
-
* This topic provides an example
|
|
1916
|
+
* 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.
|
|
1871
1917
|
*
|
|
1872
1918
|
* @param request - DeleteAggregateRemediationsRequest
|
|
1873
1919
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1902,10 +1948,10 @@ export default class Client extends OpenApi {
|
|
|
1902
1948
|
}
|
|
1903
1949
|
|
|
1904
1950
|
/**
|
|
1905
|
-
* Deletes
|
|
1951
|
+
* Deletes the remediation settings for a rule in a specified account group.
|
|
1906
1952
|
*
|
|
1907
1953
|
* @remarks
|
|
1908
|
-
* This topic provides an example
|
|
1954
|
+
* 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.
|
|
1909
1955
|
*
|
|
1910
1956
|
* @param request - DeleteAggregateRemediationsRequest
|
|
1911
1957
|
* @returns DeleteAggregateRemediationsResponse
|
|
@@ -1916,17 +1962,7 @@ export default class Client extends OpenApi {
|
|
|
1916
1962
|
}
|
|
1917
1963
|
|
|
1918
1964
|
/**
|
|
1919
|
-
*
|
|
1920
|
-
*
|
|
1921
|
-
* @remarks
|
|
1922
|
-
* ### [](#)Background information
|
|
1923
|
-
* After you delete an account group, the following changes occur to Cloud Config:
|
|
1924
|
-
* * The rules and compliance packages of the account group are deleted and cannot be recovered.
|
|
1925
|
-
* * All compliance results generated in the account group are automatically deleted and cannot be recovered.
|
|
1926
|
-
* * Service-linked roles for Cloud Config of member accounts in the account group are retained.
|
|
1927
|
-
* * If the account groups to which a member belongs are all deleted, the member account uses Cloud Config as an independent Alibaba Cloud account.
|
|
1928
|
-
* ### [](#)Description
|
|
1929
|
-
* This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
|
|
1965
|
+
* 删除账号组
|
|
1930
1966
|
*
|
|
1931
1967
|
* @param request - DeleteAggregatorsRequest
|
|
1932
1968
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1961,17 +1997,7 @@ export default class Client extends OpenApi {
|
|
|
1961
1997
|
}
|
|
1962
1998
|
|
|
1963
1999
|
/**
|
|
1964
|
-
*
|
|
1965
|
-
*
|
|
1966
|
-
* @remarks
|
|
1967
|
-
* ### [](#)Background information
|
|
1968
|
-
* After you delete an account group, the following changes occur to Cloud Config:
|
|
1969
|
-
* * The rules and compliance packages of the account group are deleted and cannot be recovered.
|
|
1970
|
-
* * All compliance results generated in the account group are automatically deleted and cannot be recovered.
|
|
1971
|
-
* * Service-linked roles for Cloud Config of member accounts in the account group are retained.
|
|
1972
|
-
* * If the account groups to which a member belongs are all deleted, the member account uses Cloud Config as an independent Alibaba Cloud account.
|
|
1973
|
-
* ### [](#)Description
|
|
1974
|
-
* This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
|
|
2000
|
+
* 删除账号组
|
|
1975
2001
|
*
|
|
1976
2002
|
* @param request - DeleteAggregatorsRequest
|
|
1977
2003
|
* @returns DeleteAggregatorsResponse
|
|
@@ -1982,10 +2008,7 @@ export default class Client extends OpenApi {
|
|
|
1982
2008
|
}
|
|
1983
2009
|
|
|
1984
2010
|
/**
|
|
1985
|
-
*
|
|
1986
|
-
*
|
|
1987
|
-
* @remarks
|
|
1988
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
|
|
2011
|
+
* 批量删除合规包
|
|
1989
2012
|
*
|
|
1990
2013
|
* @param request - DeleteCompliancePacksRequest
|
|
1991
2014
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2024,10 +2047,7 @@ export default class Client extends OpenApi {
|
|
|
2024
2047
|
}
|
|
2025
2048
|
|
|
2026
2049
|
/**
|
|
2027
|
-
*
|
|
2028
|
-
*
|
|
2029
|
-
* @remarks
|
|
2030
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
|
|
2050
|
+
* 批量删除合规包
|
|
2031
2051
|
*
|
|
2032
2052
|
* @param request - DeleteCompliancePacksRequest
|
|
2033
2053
|
* @returns DeleteCompliancePacksResponse
|
|
@@ -2038,10 +2058,7 @@ export default class Client extends OpenApi {
|
|
|
2038
2058
|
}
|
|
2039
2059
|
|
|
2040
2060
|
/**
|
|
2041
|
-
*
|
|
2042
|
-
*
|
|
2043
|
-
* @remarks
|
|
2044
|
-
* 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.
|
|
2061
|
+
* 当前账号删除投递渠道
|
|
2045
2062
|
*
|
|
2046
2063
|
* @param request - DeleteConfigDeliveryChannelRequest
|
|
2047
2064
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2072,10 +2089,7 @@ export default class Client extends OpenApi {
|
|
|
2072
2089
|
}
|
|
2073
2090
|
|
|
2074
2091
|
/**
|
|
2075
|
-
*
|
|
2076
|
-
*
|
|
2077
|
-
* @remarks
|
|
2078
|
-
* 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.
|
|
2092
|
+
* 当前账号删除投递渠道
|
|
2079
2093
|
*
|
|
2080
2094
|
* @param request - DeleteConfigDeliveryChannelRequest
|
|
2081
2095
|
* @returns DeleteConfigDeliveryChannelResponse
|
|
@@ -2086,10 +2100,7 @@ export default class Client extends OpenApi {
|
|
|
2086
2100
|
}
|
|
2087
2101
|
|
|
2088
2102
|
/**
|
|
2089
|
-
*
|
|
2090
|
-
*
|
|
2091
|
-
* @remarks
|
|
2092
|
-
* In this example, the rule whose ID is cr-9908626622af0035\\*\\*\\*\\* is deleted.
|
|
2103
|
+
* 批量删除规则
|
|
2093
2104
|
*
|
|
2094
2105
|
* @param request - DeleteConfigRulesRequest
|
|
2095
2106
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2120,10 +2131,7 @@ export default class Client extends OpenApi {
|
|
|
2120
2131
|
}
|
|
2121
2132
|
|
|
2122
2133
|
/**
|
|
2123
|
-
*
|
|
2124
|
-
*
|
|
2125
|
-
* @remarks
|
|
2126
|
-
* In this example, the rule whose ID is cr-9908626622af0035\\*\\*\\*\\* is deleted.
|
|
2134
|
+
* 批量删除规则
|
|
2127
2135
|
*
|
|
2128
2136
|
* @param request - DeleteConfigRulesRequest
|
|
2129
2137
|
* @returns DeleteConfigRulesResponse
|
|
@@ -2134,10 +2142,10 @@ export default class Client extends OpenApi {
|
|
|
2134
2142
|
}
|
|
2135
2143
|
|
|
2136
2144
|
/**
|
|
2137
|
-
* Deletes
|
|
2145
|
+
* Deletes specified remediation settings.
|
|
2138
2146
|
*
|
|
2139
2147
|
* @remarks
|
|
2140
|
-
* This topic provides an example
|
|
2148
|
+
* 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.
|
|
2141
2149
|
*
|
|
2142
2150
|
* @param request - DeleteRemediationsRequest
|
|
2143
2151
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2168,10 +2176,10 @@ export default class Client extends OpenApi {
|
|
|
2168
2176
|
}
|
|
2169
2177
|
|
|
2170
2178
|
/**
|
|
2171
|
-
* Deletes
|
|
2179
|
+
* Deletes specified remediation settings.
|
|
2172
2180
|
*
|
|
2173
2181
|
* @remarks
|
|
2174
|
-
* This topic provides an example
|
|
2182
|
+
* 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.
|
|
2175
2183
|
*
|
|
2176
2184
|
* @param request - DeleteRemediationsRequest
|
|
2177
2185
|
* @returns DeleteRemediationsResponse
|
|
@@ -2182,7 +2190,7 @@ export default class Client extends OpenApi {
|
|
|
2182
2190
|
}
|
|
2183
2191
|
|
|
2184
2192
|
/**
|
|
2185
|
-
*
|
|
2193
|
+
* Deletes a compliance report template.
|
|
2186
2194
|
*
|
|
2187
2195
|
* @param request - DeleteReportTemplateRequest
|
|
2188
2196
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2213,7 +2221,7 @@ export default class Client extends OpenApi {
|
|
|
2213
2221
|
}
|
|
2214
2222
|
|
|
2215
2223
|
/**
|
|
2216
|
-
*
|
|
2224
|
+
* Deletes a compliance report template.
|
|
2217
2225
|
*
|
|
2218
2226
|
* @param request - DeleteReportTemplateRequest
|
|
2219
2227
|
* @returns DeleteReportTemplateResponse
|
|
@@ -2224,7 +2232,7 @@ export default class Client extends OpenApi {
|
|
|
2224
2232
|
}
|
|
2225
2233
|
|
|
2226
2234
|
/**
|
|
2227
|
-
*
|
|
2235
|
+
* This operation retrieves the details of multiple resources in a batch.
|
|
2228
2236
|
*
|
|
2229
2237
|
* @param request - DescribeDiscoveredResourceBatchRequest
|
|
2230
2238
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2263,7 +2271,7 @@ export default class Client extends OpenApi {
|
|
|
2263
2271
|
}
|
|
2264
2272
|
|
|
2265
2273
|
/**
|
|
2266
|
-
*
|
|
2274
|
+
* This operation retrieves the details of multiple resources in a batch.
|
|
2267
2275
|
*
|
|
2268
2276
|
* @param request - DescribeDiscoveredResourceBatchRequest
|
|
2269
2277
|
* @returns DescribeDiscoveredResourceBatchResponse
|
|
@@ -2274,7 +2282,7 @@ export default class Client extends OpenApi {
|
|
|
2274
2282
|
}
|
|
2275
2283
|
|
|
2276
2284
|
/**
|
|
2277
|
-
*
|
|
2285
|
+
* Queries the authorization status of an integrated cloud service.
|
|
2278
2286
|
*
|
|
2279
2287
|
* @param request - DescribeIntegratedServiceStatusRequest
|
|
2280
2288
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2305,7 +2313,7 @@ export default class Client extends OpenApi {
|
|
|
2305
2313
|
}
|
|
2306
2314
|
|
|
2307
2315
|
/**
|
|
2308
|
-
*
|
|
2316
|
+
* Queries the authorization status of an integrated cloud service.
|
|
2309
2317
|
*
|
|
2310
2318
|
* @param request - DescribeIntegratedServiceStatusRequest
|
|
2311
2319
|
* @returns DescribeIntegratedServiceStatusResponse
|
|
@@ -2316,7 +2324,7 @@ export default class Client extends OpenApi {
|
|
|
2316
2324
|
}
|
|
2317
2325
|
|
|
2318
2326
|
/**
|
|
2319
|
-
*
|
|
2327
|
+
* 获取修正详情
|
|
2320
2328
|
*
|
|
2321
2329
|
* @param request - DescribeRemediationRequest
|
|
2322
2330
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2343,7 +2351,7 @@ export default class Client extends OpenApi {
|
|
|
2343
2351
|
}
|
|
2344
2352
|
|
|
2345
2353
|
/**
|
|
2346
|
-
*
|
|
2354
|
+
* 获取修正详情
|
|
2347
2355
|
*
|
|
2348
2356
|
* @param request - DescribeRemediationRequest
|
|
2349
2357
|
* @returns DescribeRemediationResponse
|
|
@@ -2354,13 +2362,7 @@ export default class Client extends OpenApi {
|
|
|
2354
2362
|
}
|
|
2355
2363
|
|
|
2356
2364
|
/**
|
|
2357
|
-
*
|
|
2358
|
-
*
|
|
2359
|
-
* @remarks
|
|
2360
|
-
* ### Prerequisites
|
|
2361
|
-
* One or more rules are added to a compliance package.
|
|
2362
|
-
* ### Usage notes
|
|
2363
|
-
* 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.
|
|
2365
|
+
* 将指定账号组规则从指定账号组合规包中移出
|
|
2364
2366
|
*
|
|
2365
2367
|
* @param request - DetachAggregateConfigRuleToCompliancePackRequest
|
|
2366
2368
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2399,13 +2401,7 @@ export default class Client extends OpenApi {
|
|
|
2399
2401
|
}
|
|
2400
2402
|
|
|
2401
2403
|
/**
|
|
2402
|
-
*
|
|
2403
|
-
*
|
|
2404
|
-
* @remarks
|
|
2405
|
-
* ### Prerequisites
|
|
2406
|
-
* One or more rules are added to a compliance package.
|
|
2407
|
-
* ### Usage notes
|
|
2408
|
-
* 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.
|
|
2404
|
+
* 将指定账号组规则从指定账号组合规包中移出
|
|
2409
2405
|
*
|
|
2410
2406
|
* @param request - DetachAggregateConfigRuleToCompliancePackRequest
|
|
2411
2407
|
* @returns DetachAggregateConfigRuleToCompliancePackResponse
|
|
@@ -2416,13 +2412,13 @@ export default class Client extends OpenApi {
|
|
|
2416
2412
|
}
|
|
2417
2413
|
|
|
2418
2414
|
/**
|
|
2419
|
-
*
|
|
2415
|
+
* This operation detaches one or more rules from a compliance package.
|
|
2420
2416
|
*
|
|
2421
2417
|
* @remarks
|
|
2422
2418
|
* ### Prerequisites
|
|
2423
|
-
*
|
|
2419
|
+
* Make sure that the destination compliance package contains rules.
|
|
2424
2420
|
* ### Usage notes
|
|
2425
|
-
* This topic provides an example
|
|
2421
|
+
* This topic provides an example of detaching the rule `cr-6cc4626622af00e7****` from the compliance package `cp-5bb1626622af00bd****`.
|
|
2426
2422
|
*
|
|
2427
2423
|
* @param request - DetachConfigRuleToCompliancePackRequest
|
|
2428
2424
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2457,13 +2453,13 @@ export default class Client extends OpenApi {
|
|
|
2457
2453
|
}
|
|
2458
2454
|
|
|
2459
2455
|
/**
|
|
2460
|
-
*
|
|
2456
|
+
* This operation detaches one or more rules from a compliance package.
|
|
2461
2457
|
*
|
|
2462
2458
|
* @remarks
|
|
2463
2459
|
* ### Prerequisites
|
|
2464
|
-
*
|
|
2460
|
+
* Make sure that the destination compliance package contains rules.
|
|
2465
2461
|
* ### Usage notes
|
|
2466
|
-
* This topic provides an example
|
|
2462
|
+
* This topic provides an example of detaching the rule `cr-6cc4626622af00e7****` from the compliance package `cp-5bb1626622af00bd****`.
|
|
2467
2463
|
*
|
|
2468
2464
|
* @param request - DetachConfigRuleToCompliancePackRequest
|
|
2469
2465
|
* @returns DetachConfigRuleToCompliancePackResponse
|
|
@@ -2474,7 +2470,7 @@ export default class Client extends OpenApi {
|
|
|
2474
2470
|
}
|
|
2475
2471
|
|
|
2476
2472
|
/**
|
|
2477
|
-
*
|
|
2473
|
+
* This API performs a dry run on rules for proactive compliance pre-checks.
|
|
2478
2474
|
*
|
|
2479
2475
|
* @param request - DryRunConfigRuleRequest
|
|
2480
2476
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2509,7 +2505,7 @@ export default class Client extends OpenApi {
|
|
|
2509
2505
|
}
|
|
2510
2506
|
|
|
2511
2507
|
/**
|
|
2512
|
-
*
|
|
2508
|
+
* This API performs a dry run on rules for proactive compliance pre-checks.
|
|
2513
2509
|
*
|
|
2514
2510
|
* @param request - DryRunConfigRuleRequest
|
|
2515
2511
|
* @returns DryRunConfigRuleResponse
|
|
@@ -2520,7 +2516,11 @@ export default class Client extends OpenApi {
|
|
|
2520
2516
|
}
|
|
2521
2517
|
|
|
2522
2518
|
/**
|
|
2523
|
-
* Executes evaluation rules to
|
|
2519
|
+
* Executes evaluation rules to perform compliance pre-checks on resources.
|
|
2520
|
+
*
|
|
2521
|
+
* @remarks
|
|
2522
|
+
* 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).
|
|
2523
|
+
* 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.
|
|
2524
2524
|
*
|
|
2525
2525
|
* @param tmpReq - EvaluatePreConfigRulesRequest
|
|
2526
2526
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2565,7 +2565,11 @@ export default class Client extends OpenApi {
|
|
|
2565
2565
|
}
|
|
2566
2566
|
|
|
2567
2567
|
/**
|
|
2568
|
-
* Executes evaluation rules to
|
|
2568
|
+
* Executes evaluation rules to perform compliance pre-checks on resources.
|
|
2569
|
+
*
|
|
2570
|
+
* @remarks
|
|
2571
|
+
* 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).
|
|
2572
|
+
* 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.
|
|
2569
2573
|
*
|
|
2570
2574
|
* @param request - EvaluatePreConfigRulesRequest
|
|
2571
2575
|
* @returns EvaluatePreConfigRulesResponse
|
|
@@ -2576,11 +2580,11 @@ export default class Client extends OpenApi {
|
|
|
2576
2580
|
}
|
|
2577
2581
|
|
|
2578
2582
|
/**
|
|
2579
|
-
* Generates
|
|
2583
|
+
* Generates an assessment report for a specified compliance package in a specified account group.
|
|
2580
2584
|
*
|
|
2581
2585
|
* @remarks
|
|
2582
|
-
* >
|
|
2583
|
-
* This topic provides an example
|
|
2586
|
+
* > 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).
|
|
2587
|
+
* 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****`.
|
|
2584
2588
|
*
|
|
2585
2589
|
* @param request - GenerateAggregateCompliancePackReportRequest
|
|
2586
2590
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2623,11 +2627,11 @@ export default class Client extends OpenApi {
|
|
|
2623
2627
|
}
|
|
2624
2628
|
|
|
2625
2629
|
/**
|
|
2626
|
-
* Generates
|
|
2630
|
+
* Generates an assessment report for a specified compliance package in a specified account group.
|
|
2627
2631
|
*
|
|
2628
2632
|
* @remarks
|
|
2629
|
-
* >
|
|
2630
|
-
* This topic provides an example
|
|
2633
|
+
* > 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).
|
|
2634
|
+
* 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****`.
|
|
2631
2635
|
*
|
|
2632
2636
|
* @param request - GenerateAggregateCompliancePackReportRequest
|
|
2633
2637
|
* @returns GenerateAggregateCompliancePackReportResponse
|
|
@@ -2638,11 +2642,7 @@ export default class Client extends OpenApi {
|
|
|
2638
2642
|
}
|
|
2639
2643
|
|
|
2640
2644
|
/**
|
|
2641
|
-
*
|
|
2642
|
-
*
|
|
2643
|
-
* @remarks
|
|
2644
|
-
* > 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).
|
|
2645
|
-
* The topic provides an example on how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
|
|
2645
|
+
* 生成指定账号组的合规报告
|
|
2646
2646
|
*
|
|
2647
2647
|
* @param request - GenerateAggregateConfigRulesReportRequest
|
|
2648
2648
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2681,11 +2681,7 @@ export default class Client extends OpenApi {
|
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
2683
|
/**
|
|
2684
|
-
*
|
|
2685
|
-
*
|
|
2686
|
-
* @remarks
|
|
2687
|
-
* > 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).
|
|
2688
|
-
* The topic provides an example on how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
|
|
2684
|
+
* 生成指定账号组的合规报告
|
|
2689
2685
|
*
|
|
2690
2686
|
* @param request - GenerateAggregateConfigRulesReportRequest
|
|
2691
2687
|
* @returns GenerateAggregateConfigRulesReportResponse
|
|
@@ -2696,10 +2692,7 @@ export default class Client extends OpenApi {
|
|
|
2696
2692
|
}
|
|
2697
2693
|
|
|
2698
2694
|
/**
|
|
2699
|
-
*
|
|
2700
|
-
*
|
|
2701
|
-
* @remarks
|
|
2702
|
-
* This topic provides an example to show how to generate a downloadable inventory for global resources in the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
2695
|
+
* 账号组资源清单生成
|
|
2703
2696
|
*
|
|
2704
2697
|
* @param request - GenerateAggregateResourceInventoryRequest
|
|
2705
2698
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2746,10 +2739,7 @@ export default class Client extends OpenApi {
|
|
|
2746
2739
|
}
|
|
2747
2740
|
|
|
2748
2741
|
/**
|
|
2749
|
-
*
|
|
2750
|
-
*
|
|
2751
|
-
* @remarks
|
|
2752
|
-
* This topic provides an example to show how to generate a downloadable inventory for global resources in the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
2742
|
+
* 账号组资源清单生成
|
|
2753
2743
|
*
|
|
2754
2744
|
* @param request - GenerateAggregateResourceInventoryRequest
|
|
2755
2745
|
* @returns GenerateAggregateResourceInventoryResponse
|
|
@@ -2760,11 +2750,7 @@ export default class Client extends OpenApi {
|
|
|
2760
2750
|
}
|
|
2761
2751
|
|
|
2762
2752
|
/**
|
|
2763
|
-
*
|
|
2764
|
-
*
|
|
2765
|
-
* @remarks
|
|
2766
|
-
* > 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).
|
|
2767
|
-
* This topic provides an example on how to generate a compliance evaluation report based on the `cp-a8a8626622af0082****` compliance package.
|
|
2753
|
+
* 生成合规包的合规包报告
|
|
2768
2754
|
*
|
|
2769
2755
|
* @param request - GenerateCompliancePackReportRequest
|
|
2770
2756
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2799,11 +2785,7 @@ export default class Client extends OpenApi {
|
|
|
2799
2785
|
}
|
|
2800
2786
|
|
|
2801
2787
|
/**
|
|
2802
|
-
*
|
|
2803
|
-
*
|
|
2804
|
-
* @remarks
|
|
2805
|
-
* > 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).
|
|
2806
|
-
* This topic provides an example on how to generate a compliance evaluation report based on the `cp-a8a8626622af0082****` compliance package.
|
|
2788
|
+
* 生成合规包的合规包报告
|
|
2807
2789
|
*
|
|
2808
2790
|
* @param request - GenerateCompliancePackReportRequest
|
|
2809
2791
|
* @returns GenerateCompliancePackReportResponse
|
|
@@ -2814,11 +2796,7 @@ export default class Client extends OpenApi {
|
|
|
2814
2796
|
}
|
|
2815
2797
|
|
|
2816
2798
|
/**
|
|
2817
|
-
*
|
|
2818
|
-
*
|
|
2819
|
-
* @remarks
|
|
2820
|
-
* > 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).
|
|
2821
|
-
* This topic provides an example of how to generate a compliance evaluation report based on all existing rules.
|
|
2799
|
+
* 生成规则的合规评估报告
|
|
2822
2800
|
*
|
|
2823
2801
|
* @param request - GenerateConfigRulesReportRequest
|
|
2824
2802
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2853,11 +2831,7 @@ export default class Client extends OpenApi {
|
|
|
2853
2831
|
}
|
|
2854
2832
|
|
|
2855
2833
|
/**
|
|
2856
|
-
*
|
|
2857
|
-
*
|
|
2858
|
-
* @remarks
|
|
2859
|
-
* > 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).
|
|
2860
|
-
* This topic provides an example of how to generate a compliance evaluation report based on all existing rules.
|
|
2834
|
+
* 生成规则的合规评估报告
|
|
2861
2835
|
*
|
|
2862
2836
|
* @param request - GenerateConfigRulesReportRequest
|
|
2863
2837
|
* @returns GenerateConfigRulesReportResponse
|
|
@@ -2868,7 +2842,7 @@ export default class Client extends OpenApi {
|
|
|
2868
2842
|
}
|
|
2869
2843
|
|
|
2870
2844
|
/**
|
|
2871
|
-
*
|
|
2845
|
+
* Generate a report ID from a report template.
|
|
2872
2846
|
*
|
|
2873
2847
|
* @param request - GenerateReportFromTemplateRequest
|
|
2874
2848
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2899,7 +2873,7 @@ export default class Client extends OpenApi {
|
|
|
2899
2873
|
}
|
|
2900
2874
|
|
|
2901
2875
|
/**
|
|
2902
|
-
*
|
|
2876
|
+
* Generate a report ID from a report template.
|
|
2903
2877
|
*
|
|
2904
2878
|
* @param request - GenerateReportFromTemplateRequest
|
|
2905
2879
|
* @returns GenerateReportFromTemplateResponse
|
|
@@ -2910,10 +2884,10 @@ export default class Client extends OpenApi {
|
|
|
2910
2884
|
}
|
|
2911
2885
|
|
|
2912
2886
|
/**
|
|
2913
|
-
* Generates a
|
|
2887
|
+
* Generates a downloadable inventory of global resources.
|
|
2914
2888
|
*
|
|
2915
2889
|
* @remarks
|
|
2916
|
-
* This topic provides an example
|
|
2890
|
+
* This topic provides an example of how to generate a downloadable inventory of global resources for the current account.
|
|
2917
2891
|
*
|
|
2918
2892
|
* @param request - GenerateResourceInventoryRequest
|
|
2919
2893
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2952,10 +2926,10 @@ export default class Client extends OpenApi {
|
|
|
2952
2926
|
}
|
|
2953
2927
|
|
|
2954
2928
|
/**
|
|
2955
|
-
* Generates a
|
|
2929
|
+
* Generates a downloadable inventory of global resources.
|
|
2956
2930
|
*
|
|
2957
2931
|
* @remarks
|
|
2958
|
-
* This topic provides an example
|
|
2932
|
+
* This topic provides an example of how to generate a downloadable inventory of global resources for the current account.
|
|
2959
2933
|
*
|
|
2960
2934
|
* @param request - GenerateResourceInventoryRequest
|
|
2961
2935
|
* @returns GenerateResourceInventoryResponse
|
|
@@ -2966,11 +2940,7 @@ export default class Client extends OpenApi {
|
|
|
2966
2940
|
}
|
|
2967
2941
|
|
|
2968
2942
|
/**
|
|
2969
|
-
*
|
|
2970
|
-
*
|
|
2971
|
-
* @remarks
|
|
2972
|
-
* ### [](#)Prerequisites
|
|
2973
|
-
* 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.
|
|
2943
|
+
* 高级搜索 获取搜索结果下载文件地址
|
|
2974
2944
|
*
|
|
2975
2945
|
* @param request - GetAdvancedSearchFileRequest
|
|
2976
2946
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2993,11 +2963,7 @@ export default class Client extends OpenApi {
|
|
|
2993
2963
|
}
|
|
2994
2964
|
|
|
2995
2965
|
/**
|
|
2996
|
-
*
|
|
2997
|
-
*
|
|
2998
|
-
* @remarks
|
|
2999
|
-
* ### [](#)Prerequisites
|
|
3000
|
-
* 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.
|
|
2966
|
+
* 高级搜索 获取搜索结果下载文件地址
|
|
3001
2967
|
* @returns GetAdvancedSearchFileResponse
|
|
3002
2968
|
*/
|
|
3003
2969
|
async getAdvancedSearchFile(): Promise<$_model.GetAdvancedSearchFileResponse> {
|
|
@@ -3006,10 +2972,7 @@ export default class Client extends OpenApi {
|
|
|
3006
2972
|
}
|
|
3007
2973
|
|
|
3008
2974
|
/**
|
|
3009
|
-
*
|
|
3010
|
-
*
|
|
3011
|
-
* @remarks
|
|
3012
|
-
* 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.
|
|
2975
|
+
* 查询指定账号组内指定合规包中成员账号的合规结果
|
|
3013
2976
|
*
|
|
3014
2977
|
* @param request - GetAggregateAccountComplianceByPackRequest
|
|
3015
2978
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3036,10 +2999,7 @@ export default class Client extends OpenApi {
|
|
|
3036
2999
|
}
|
|
3037
3000
|
|
|
3038
3001
|
/**
|
|
3039
|
-
*
|
|
3040
|
-
*
|
|
3041
|
-
* @remarks
|
|
3042
|
-
* 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.
|
|
3002
|
+
* 查询指定账号组内指定合规包中成员账号的合规结果
|
|
3043
3003
|
*
|
|
3044
3004
|
* @param request - GetAggregateAccountComplianceByPackRequest
|
|
3045
3005
|
* @returns GetAggregateAccountComplianceByPackResponse
|
|
@@ -3050,7 +3010,7 @@ export default class Client extends OpenApi {
|
|
|
3050
3010
|
}
|
|
3051
3011
|
|
|
3052
3012
|
/**
|
|
3053
|
-
*
|
|
3013
|
+
* 高级搜获取搜索结果下载文件地址
|
|
3054
3014
|
*
|
|
3055
3015
|
* @param request - GetAggregateAdvancedSearchFileRequest
|
|
3056
3016
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3081,7 +3041,7 @@ export default class Client extends OpenApi {
|
|
|
3081
3041
|
}
|
|
3082
3042
|
|
|
3083
3043
|
/**
|
|
3084
|
-
*
|
|
3044
|
+
* 高级搜获取搜索结果下载文件地址
|
|
3085
3045
|
*
|
|
3086
3046
|
* @param request - GetAggregateAdvancedSearchFileRequest
|
|
3087
3047
|
* @returns GetAggregateAdvancedSearchFileResponse
|
|
@@ -3092,10 +3052,10 @@ export default class Client extends OpenApi {
|
|
|
3092
3052
|
}
|
|
3093
3053
|
|
|
3094
3054
|
/**
|
|
3095
|
-
* Queries the details of a compliance
|
|
3055
|
+
* Queries the details of a compliance pack in a specified account group.
|
|
3096
3056
|
*
|
|
3097
3057
|
* @remarks
|
|
3098
|
-
*
|
|
3058
|
+
* This topic provides an example of how to retrieve the details of the compliance pack `cp-fdc8626622af00f9****` in the account group `ca-f632626622af0079****`.
|
|
3099
3059
|
*
|
|
3100
3060
|
* @param tmpReq - GetAggregateCompliancePackRequest
|
|
3101
3061
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3128,10 +3088,10 @@ export default class Client extends OpenApi {
|
|
|
3128
3088
|
}
|
|
3129
3089
|
|
|
3130
3090
|
/**
|
|
3131
|
-
* Queries the details of a compliance
|
|
3091
|
+
* Queries the details of a compliance pack in a specified account group.
|
|
3132
3092
|
*
|
|
3133
3093
|
* @remarks
|
|
3134
|
-
*
|
|
3094
|
+
* This topic provides an example of how to retrieve the details of the compliance pack `cp-fdc8626622af00f9****` in the account group `ca-f632626622af0079****`.
|
|
3135
3095
|
*
|
|
3136
3096
|
* @param request - GetAggregateCompliancePackRequest
|
|
3137
3097
|
* @returns GetAggregateCompliancePackResponse
|
|
@@ -3142,11 +3102,7 @@ export default class Client extends OpenApi {
|
|
|
3142
3102
|
}
|
|
3143
3103
|
|
|
3144
3104
|
/**
|
|
3145
|
-
*
|
|
3146
|
-
*
|
|
3147
|
-
* @remarks
|
|
3148
|
-
* > 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).
|
|
3149
|
-
* 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.
|
|
3105
|
+
* 获取指定账号组内指定合规包的评估报告
|
|
3150
3106
|
*
|
|
3151
3107
|
* @param request - GetAggregateCompliancePackReportRequest
|
|
3152
3108
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3173,11 +3129,7 @@ export default class Client extends OpenApi {
|
|
|
3173
3129
|
}
|
|
3174
3130
|
|
|
3175
3131
|
/**
|
|
3176
|
-
*
|
|
3177
|
-
*
|
|
3178
|
-
* @remarks
|
|
3179
|
-
* > 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).
|
|
3180
|
-
* 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.
|
|
3132
|
+
* 获取指定账号组内指定合规包的评估报告
|
|
3181
3133
|
*
|
|
3182
3134
|
* @param request - GetAggregateCompliancePackReportRequest
|
|
3183
3135
|
* @returns GetAggregateCompliancePackReportResponse
|
|
@@ -3188,10 +3140,10 @@ export default class Client extends OpenApi {
|
|
|
3188
3140
|
}
|
|
3189
3141
|
|
|
3190
3142
|
/**
|
|
3191
|
-
* Queries the compliance
|
|
3143
|
+
* Queries the compliance summary for a specified account group.
|
|
3192
3144
|
*
|
|
3193
3145
|
* @remarks
|
|
3194
|
-
* This topic provides an example
|
|
3146
|
+
* This topic provides an example of how to query the compliance summary by resource and by rule for the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
3195
3147
|
*
|
|
3196
3148
|
* @param request - GetAggregateComplianceSummaryRequest
|
|
3197
3149
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3222,10 +3174,10 @@ export default class Client extends OpenApi {
|
|
|
3222
3174
|
}
|
|
3223
3175
|
|
|
3224
3176
|
/**
|
|
3225
|
-
* Queries the compliance
|
|
3177
|
+
* Queries the compliance summary for a specified account group.
|
|
3226
3178
|
*
|
|
3227
3179
|
* @remarks
|
|
3228
|
-
* This topic provides an example
|
|
3180
|
+
* This topic provides an example of how to query the compliance summary by resource and by rule for the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
3229
3181
|
*
|
|
3230
3182
|
* @param request - GetAggregateComplianceSummaryRequest
|
|
3231
3183
|
* @returns GetAggregateComplianceSummaryResponse
|
|
@@ -3236,7 +3188,7 @@ export default class Client extends OpenApi {
|
|
|
3236
3188
|
}
|
|
3237
3189
|
|
|
3238
3190
|
/**
|
|
3239
|
-
*
|
|
3191
|
+
* 账号组查询单个投递渠道
|
|
3240
3192
|
*
|
|
3241
3193
|
* @param request - GetAggregateConfigDeliveryChannelRequest
|
|
3242
3194
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3271,7 +3223,7 @@ export default class Client extends OpenApi {
|
|
|
3271
3223
|
}
|
|
3272
3224
|
|
|
3273
3225
|
/**
|
|
3274
|
-
*
|
|
3226
|
+
* 账号组查询单个投递渠道
|
|
3275
3227
|
*
|
|
3276
3228
|
* @param request - GetAggregateConfigDeliveryChannelRequest
|
|
3277
3229
|
* @returns GetAggregateConfigDeliveryChannelResponse
|
|
@@ -3282,10 +3234,10 @@ export default class Client extends OpenApi {
|
|
|
3282
3234
|
}
|
|
3283
3235
|
|
|
3284
3236
|
/**
|
|
3285
|
-
* Queries the details of a rule in
|
|
3237
|
+
* Queries the details of a specific rule in a specified account group.
|
|
3286
3238
|
*
|
|
3287
3239
|
* @remarks
|
|
3288
|
-
* This example
|
|
3240
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****` in the account group `ca-7f00626622af0041****`.
|
|
3289
3241
|
*
|
|
3290
3242
|
* @param tmpReq - GetAggregateConfigRuleRequest
|
|
3291
3243
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3330,10 +3282,10 @@ export default class Client extends OpenApi {
|
|
|
3330
3282
|
}
|
|
3331
3283
|
|
|
3332
3284
|
/**
|
|
3333
|
-
* Queries the details of a rule in
|
|
3285
|
+
* Queries the details of a specific rule in a specified account group.
|
|
3334
3286
|
*
|
|
3335
3287
|
* @remarks
|
|
3336
|
-
* This example
|
|
3288
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****` in the account group `ca-7f00626622af0041****`.
|
|
3337
3289
|
*
|
|
3338
3290
|
* @param request - GetAggregateConfigRuleRequest
|
|
3339
3291
|
* @returns GetAggregateConfigRuleResponse
|
|
@@ -3344,10 +3296,10 @@ export default class Client extends OpenApi {
|
|
|
3344
3296
|
}
|
|
3345
3297
|
|
|
3346
3298
|
/**
|
|
3347
|
-
* Queries compliance
|
|
3299
|
+
* Queries the compliance results of rules in a specified compliance pack within a specified account group.
|
|
3348
3300
|
*
|
|
3349
3301
|
* @remarks
|
|
3350
|
-
*
|
|
3302
|
+
* 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.
|
|
3351
3303
|
*
|
|
3352
3304
|
* @param request - GetAggregateConfigRuleComplianceByPackRequest
|
|
3353
3305
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3374,10 +3326,10 @@ export default class Client extends OpenApi {
|
|
|
3374
3326
|
}
|
|
3375
3327
|
|
|
3376
3328
|
/**
|
|
3377
|
-
* Queries compliance
|
|
3329
|
+
* Queries the compliance results of rules in a specified compliance pack within a specified account group.
|
|
3378
3330
|
*
|
|
3379
3331
|
* @remarks
|
|
3380
|
-
*
|
|
3332
|
+
* 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.
|
|
3381
3333
|
*
|
|
3382
3334
|
* @param request - GetAggregateConfigRuleComplianceByPackRequest
|
|
3383
3335
|
* @returns GetAggregateConfigRuleComplianceByPackResponse
|
|
@@ -3388,10 +3340,7 @@ export default class Client extends OpenApi {
|
|
|
3388
3340
|
}
|
|
3389
3341
|
|
|
3390
3342
|
/**
|
|
3391
|
-
*
|
|
3392
|
-
*
|
|
3393
|
-
* @remarks
|
|
3394
|
-
* 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.
|
|
3343
|
+
* 查询指定风险等级的账号组规则合规统计
|
|
3395
3344
|
*
|
|
3396
3345
|
* @param request - GetAggregateConfigRuleSummaryByRiskLevelRequest
|
|
3397
3346
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3422,10 +3371,7 @@ export default class Client extends OpenApi {
|
|
|
3422
3371
|
}
|
|
3423
3372
|
|
|
3424
3373
|
/**
|
|
3425
|
-
*
|
|
3426
|
-
*
|
|
3427
|
-
* @remarks
|
|
3428
|
-
* 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.
|
|
3374
|
+
* 查询指定风险等级的账号组规则合规统计
|
|
3429
3375
|
*
|
|
3430
3376
|
* @param request - GetAggregateConfigRuleSummaryByRiskLevelRequest
|
|
3431
3377
|
* @returns GetAggregateConfigRuleSummaryByRiskLevelResponse
|
|
@@ -3436,11 +3382,7 @@ export default class Client extends OpenApi {
|
|
|
3436
3382
|
}
|
|
3437
3383
|
|
|
3438
3384
|
/**
|
|
3439
|
-
*
|
|
3440
|
-
*
|
|
3441
|
-
* @remarks
|
|
3442
|
-
* > 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).
|
|
3443
|
-
* 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.
|
|
3385
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
3444
3386
|
*
|
|
3445
3387
|
* @param request - GetAggregateConfigRulesReportRequest
|
|
3446
3388
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3475,11 +3417,7 @@ export default class Client extends OpenApi {
|
|
|
3475
3417
|
}
|
|
3476
3418
|
|
|
3477
3419
|
/**
|
|
3478
|
-
*
|
|
3479
|
-
*
|
|
3480
|
-
* @remarks
|
|
3481
|
-
* > 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).
|
|
3482
|
-
* 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.
|
|
3420
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
3483
3421
|
*
|
|
3484
3422
|
* @param request - GetAggregateConfigRulesReportRequest
|
|
3485
3423
|
* @returns GetAggregateConfigRulesReportResponse
|
|
@@ -3493,7 +3431,7 @@ export default class Client extends OpenApi {
|
|
|
3493
3431
|
* Queries the details of a specific resource in an account group.
|
|
3494
3432
|
*
|
|
3495
3433
|
* @remarks
|
|
3496
|
-
* This topic provides an example on how to query the details of an
|
|
3434
|
+
* 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****`.
|
|
3497
3435
|
*
|
|
3498
3436
|
* @param request - GetAggregateDiscoveredResourceRequest
|
|
3499
3437
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3551,7 +3489,7 @@ export default class Client extends OpenApi {
|
|
|
3551
3489
|
* Queries the details of a specific resource in an account group.
|
|
3552
3490
|
*
|
|
3553
3491
|
* @remarks
|
|
3554
|
-
* This topic provides an example on how to query the details of an
|
|
3492
|
+
* 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****`.
|
|
3555
3493
|
*
|
|
3556
3494
|
* @param request - GetAggregateDiscoveredResourceRequest
|
|
3557
3495
|
* @returns GetAggregateDiscoveredResourceResponse
|
|
@@ -3562,10 +3500,7 @@ export default class Client extends OpenApi {
|
|
|
3562
3500
|
}
|
|
3563
3501
|
|
|
3564
3502
|
/**
|
|
3565
|
-
*
|
|
3566
|
-
*
|
|
3567
|
-
* @remarks
|
|
3568
|
-
* 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.
|
|
3503
|
+
* 查询多账号规则合规情况
|
|
3569
3504
|
*
|
|
3570
3505
|
* @param request - GetAggregateResourceComplianceByConfigRuleRequest
|
|
3571
3506
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3612,10 +3547,7 @@ export default class Client extends OpenApi {
|
|
|
3612
3547
|
}
|
|
3613
3548
|
|
|
3614
3549
|
/**
|
|
3615
|
-
*
|
|
3616
|
-
*
|
|
3617
|
-
* @remarks
|
|
3618
|
-
* 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.
|
|
3550
|
+
* 查询多账号规则合规情况
|
|
3619
3551
|
*
|
|
3620
3552
|
* @param request - GetAggregateResourceComplianceByConfigRuleRequest
|
|
3621
3553
|
* @returns GetAggregateResourceComplianceByConfigRuleResponse
|
|
@@ -3626,10 +3558,10 @@ export default class Client extends OpenApi {
|
|
|
3626
3558
|
}
|
|
3627
3559
|
|
|
3628
3560
|
/**
|
|
3629
|
-
* Queries the compliance
|
|
3561
|
+
* Queries the compliance statistics for resources in a specified compliance package within a specified account group.
|
|
3630
3562
|
*
|
|
3631
3563
|
* @remarks
|
|
3632
|
-
* This topic provides an example
|
|
3564
|
+
* 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.
|
|
3633
3565
|
*
|
|
3634
3566
|
* @param request - GetAggregateResourceComplianceByPackRequest
|
|
3635
3567
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3656,10 +3588,10 @@ export default class Client extends OpenApi {
|
|
|
3656
3588
|
}
|
|
3657
3589
|
|
|
3658
3590
|
/**
|
|
3659
|
-
* Queries the compliance
|
|
3591
|
+
* Queries the compliance statistics for resources in a specified compliance package within a specified account group.
|
|
3660
3592
|
*
|
|
3661
3593
|
* @remarks
|
|
3662
|
-
* This topic provides an example
|
|
3594
|
+
* 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.
|
|
3663
3595
|
*
|
|
3664
3596
|
* @param request - GetAggregateResourceComplianceByPackRequest
|
|
3665
3597
|
* @returns GetAggregateResourceComplianceByPackResponse
|
|
@@ -3670,7 +3602,7 @@ export default class Client extends OpenApi {
|
|
|
3670
3602
|
}
|
|
3671
3603
|
|
|
3672
3604
|
/**
|
|
3673
|
-
*
|
|
3605
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源所属地域进行分组展示
|
|
3674
3606
|
*
|
|
3675
3607
|
* @param request - GetAggregateResourceComplianceGroupByRegionRequest
|
|
3676
3608
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3705,7 +3637,7 @@ export default class Client extends OpenApi {
|
|
|
3705
3637
|
}
|
|
3706
3638
|
|
|
3707
3639
|
/**
|
|
3708
|
-
*
|
|
3640
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源所属地域进行分组展示
|
|
3709
3641
|
*
|
|
3710
3642
|
* @param request - GetAggregateResourceComplianceGroupByRegionRequest
|
|
3711
3643
|
* @returns GetAggregateResourceComplianceGroupByRegionResponse
|
|
@@ -3716,7 +3648,7 @@ export default class Client extends OpenApi {
|
|
|
3716
3648
|
}
|
|
3717
3649
|
|
|
3718
3650
|
/**
|
|
3719
|
-
*
|
|
3651
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
3720
3652
|
*
|
|
3721
3653
|
* @param request - GetAggregateResourceComplianceGroupByResourceTypeRequest
|
|
3722
3654
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3751,7 +3683,7 @@ export default class Client extends OpenApi {
|
|
|
3751
3683
|
}
|
|
3752
3684
|
|
|
3753
3685
|
/**
|
|
3754
|
-
*
|
|
3686
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
3755
3687
|
*
|
|
3756
3688
|
* @param request - GetAggregateResourceComplianceGroupByResourceTypeRequest
|
|
3757
3689
|
* @returns GetAggregateResourceComplianceGroupByResourceTypeResponse
|
|
@@ -3762,10 +3694,11 @@ export default class Client extends OpenApi {
|
|
|
3762
3694
|
}
|
|
3763
3695
|
|
|
3764
3696
|
/**
|
|
3765
|
-
* Queries the compliance timeline of a resource in an account group.
|
|
3697
|
+
* 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.
|
|
3766
3698
|
*
|
|
3767
3699
|
* @remarks
|
|
3768
|
-
*
|
|
3700
|
+
* 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.
|
|
3701
|
+
* 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).
|
|
3769
3702
|
*
|
|
3770
3703
|
* @param request - GetAggregateResourceComplianceTimelineRequest
|
|
3771
3704
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3792,10 +3725,11 @@ export default class Client extends OpenApi {
|
|
|
3792
3725
|
}
|
|
3793
3726
|
|
|
3794
3727
|
/**
|
|
3795
|
-
* Queries the compliance timeline of a resource in an account group.
|
|
3728
|
+
* 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.
|
|
3796
3729
|
*
|
|
3797
3730
|
* @remarks
|
|
3798
|
-
*
|
|
3731
|
+
* 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.
|
|
3732
|
+
* 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).
|
|
3799
3733
|
*
|
|
3800
3734
|
* @param request - GetAggregateResourceComplianceTimelineRequest
|
|
3801
3735
|
* @returns GetAggregateResourceComplianceTimelineResponse
|
|
@@ -3806,10 +3740,13 @@ export default class Client extends OpenApi {
|
|
|
3806
3740
|
}
|
|
3807
3741
|
|
|
3808
3742
|
/**
|
|
3809
|
-
* Queries the configuration
|
|
3743
|
+
* 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.
|
|
3810
3744
|
*
|
|
3811
3745
|
* @remarks
|
|
3812
|
-
*
|
|
3746
|
+
* Cloud Config provides a configuration history for each resource within the monitoring scope:
|
|
3747
|
+
* - For resources that already exist when you enable Cloud Config, the configuration history begins when the service is enabled.
|
|
3748
|
+
* - 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.
|
|
3749
|
+
* 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).
|
|
3813
3750
|
*
|
|
3814
3751
|
* @param request - GetAggregateResourceConfigurationTimelineRequest
|
|
3815
3752
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3836,10 +3773,13 @@ export default class Client extends OpenApi {
|
|
|
3836
3773
|
}
|
|
3837
3774
|
|
|
3838
3775
|
/**
|
|
3839
|
-
* Queries the configuration
|
|
3776
|
+
* 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.
|
|
3840
3777
|
*
|
|
3841
3778
|
* @remarks
|
|
3842
|
-
*
|
|
3779
|
+
* Cloud Config provides a configuration history for each resource within the monitoring scope:
|
|
3780
|
+
* - For resources that already exist when you enable Cloud Config, the configuration history begins when the service is enabled.
|
|
3781
|
+
* - 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.
|
|
3782
|
+
* 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).
|
|
3843
3783
|
*
|
|
3844
3784
|
* @param request - GetAggregateResourceConfigurationTimelineRequest
|
|
3845
3785
|
* @returns GetAggregateResourceConfigurationTimelineResponse
|
|
@@ -3850,10 +3790,7 @@ export default class Client extends OpenApi {
|
|
|
3850
3790
|
}
|
|
3851
3791
|
|
|
3852
3792
|
/**
|
|
3853
|
-
*
|
|
3854
|
-
*
|
|
3855
|
-
* @remarks
|
|
3856
|
-
* 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.
|
|
3793
|
+
* 从地域维度查询指定账号组内资源的统计结果
|
|
3857
3794
|
*
|
|
3858
3795
|
* @param request - GetAggregateResourceCountsGroupByRegionRequest
|
|
3859
3796
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3900,10 +3837,7 @@ export default class Client extends OpenApi {
|
|
|
3900
3837
|
}
|
|
3901
3838
|
|
|
3902
3839
|
/**
|
|
3903
|
-
*
|
|
3904
|
-
*
|
|
3905
|
-
* @remarks
|
|
3906
|
-
* 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.
|
|
3840
|
+
* 从地域维度查询指定账号组内资源的统计结果
|
|
3907
3841
|
*
|
|
3908
3842
|
* @param request - GetAggregateResourceCountsGroupByRegionRequest
|
|
3909
3843
|
* @returns GetAggregateResourceCountsGroupByRegionResponse
|
|
@@ -3914,10 +3848,7 @@ export default class Client extends OpenApi {
|
|
|
3914
3848
|
}
|
|
3915
3849
|
|
|
3916
3850
|
/**
|
|
3917
|
-
*
|
|
3918
|
-
*
|
|
3919
|
-
* @remarks
|
|
3920
|
-
* 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.
|
|
3851
|
+
* 从资源类型维度查询指定账号组内资源的统计结果
|
|
3921
3852
|
*
|
|
3922
3853
|
* @param request - GetAggregateResourceCountsGroupByResourceTypeRequest
|
|
3923
3854
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3964,10 +3895,7 @@ export default class Client extends OpenApi {
|
|
|
3964
3895
|
}
|
|
3965
3896
|
|
|
3966
3897
|
/**
|
|
3967
|
-
*
|
|
3968
|
-
*
|
|
3969
|
-
* @remarks
|
|
3970
|
-
* 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.
|
|
3898
|
+
* 从资源类型维度查询指定账号组内资源的统计结果
|
|
3971
3899
|
*
|
|
3972
3900
|
* @param request - GetAggregateResourceCountsGroupByResourceTypeRequest
|
|
3973
3901
|
* @returns GetAggregateResourceCountsGroupByResourceTypeResponse
|
|
@@ -3978,13 +3906,7 @@ export default class Client extends OpenApi {
|
|
|
3978
3906
|
}
|
|
3979
3907
|
|
|
3980
3908
|
/**
|
|
3981
|
-
*
|
|
3982
|
-
*
|
|
3983
|
-
* @remarks
|
|
3984
|
-
* ### [](#)Prerequisites
|
|
3985
|
-
* 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.
|
|
3986
|
-
* ### [](#)Description
|
|
3987
|
-
* This topic provides an example on how to obtain the last resource inventory that is generated within the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
3909
|
+
* 查询账号组内全局资源下载清单信息。
|
|
3988
3910
|
*
|
|
3989
3911
|
* @param request - GetAggregateResourceInventoryRequest
|
|
3990
3912
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4015,13 +3937,7 @@ export default class Client extends OpenApi {
|
|
|
4015
3937
|
}
|
|
4016
3938
|
|
|
4017
3939
|
/**
|
|
4018
|
-
*
|
|
4019
|
-
*
|
|
4020
|
-
* @remarks
|
|
4021
|
-
* ### [](#)Prerequisites
|
|
4022
|
-
* 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.
|
|
4023
|
-
* ### [](#)Description
|
|
4024
|
-
* This topic provides an example on how to obtain the last resource inventory that is generated within the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
3940
|
+
* 查询账号组内全局资源下载清单信息。
|
|
4025
3941
|
*
|
|
4026
3942
|
* @param request - GetAggregateResourceInventoryRequest
|
|
4027
3943
|
* @returns GetAggregateResourceInventoryResponse
|
|
@@ -4032,10 +3948,10 @@ export default class Client extends OpenApi {
|
|
|
4032
3948
|
}
|
|
4033
3949
|
|
|
4034
3950
|
/**
|
|
4035
|
-
* Queries the
|
|
3951
|
+
* Queries the name, creation time, members, and type of an account group.
|
|
4036
3952
|
*
|
|
4037
3953
|
* @remarks
|
|
4038
|
-
*
|
|
3954
|
+
* 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).
|
|
4039
3955
|
*
|
|
4040
3956
|
* @param tmpReq - GetAggregatorRequest
|
|
4041
3957
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4076,10 +3992,10 @@ export default class Client extends OpenApi {
|
|
|
4076
3992
|
}
|
|
4077
3993
|
|
|
4078
3994
|
/**
|
|
4079
|
-
* Queries the
|
|
3995
|
+
* Queries the name, creation time, members, and type of an account group.
|
|
4080
3996
|
*
|
|
4081
3997
|
* @remarks
|
|
4082
|
-
*
|
|
3998
|
+
* 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).
|
|
4083
3999
|
*
|
|
4084
4000
|
* @param request - GetAggregatorRequest
|
|
4085
4001
|
* @returns GetAggregatorResponse
|
|
@@ -4090,10 +4006,10 @@ export default class Client extends OpenApi {
|
|
|
4090
4006
|
}
|
|
4091
4007
|
|
|
4092
4008
|
/**
|
|
4093
|
-
* Queries the details of a compliance package.
|
|
4009
|
+
* Queries the details of a specific compliance package.
|
|
4094
4010
|
*
|
|
4095
4011
|
* @remarks
|
|
4096
|
-
* This topic provides an example
|
|
4012
|
+
* 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).
|
|
4097
4013
|
*
|
|
4098
4014
|
* @param tmpReq - GetCompliancePackRequest
|
|
4099
4015
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4126,10 +4042,10 @@ export default class Client extends OpenApi {
|
|
|
4126
4042
|
}
|
|
4127
4043
|
|
|
4128
4044
|
/**
|
|
4129
|
-
* Queries the details of a compliance package.
|
|
4045
|
+
* Queries the details of a specific compliance package.
|
|
4130
4046
|
*
|
|
4131
4047
|
* @remarks
|
|
4132
|
-
* This topic provides an example
|
|
4048
|
+
* 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).
|
|
4133
4049
|
*
|
|
4134
4050
|
* @param request - GetCompliancePackRequest
|
|
4135
4051
|
* @returns GetCompliancePackResponse
|
|
@@ -4140,11 +4056,7 @@ export default class Client extends OpenApi {
|
|
|
4140
4056
|
}
|
|
4141
4057
|
|
|
4142
4058
|
/**
|
|
4143
|
-
*
|
|
4144
|
-
*
|
|
4145
|
-
* @remarks
|
|
4146
|
-
* > 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).
|
|
4147
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package.
|
|
4059
|
+
* 获取合规包的评估报告
|
|
4148
4060
|
*
|
|
4149
4061
|
* @param request - GetCompliancePackReportRequest
|
|
4150
4062
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4171,11 +4083,7 @@ export default class Client extends OpenApi {
|
|
|
4171
4083
|
}
|
|
4172
4084
|
|
|
4173
4085
|
/**
|
|
4174
|
-
*
|
|
4175
|
-
*
|
|
4176
|
-
* @remarks
|
|
4177
|
-
* > 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).
|
|
4178
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package.
|
|
4086
|
+
* 获取合规包的评估报告
|
|
4179
4087
|
*
|
|
4180
4088
|
* @param request - GetCompliancePackReportRequest
|
|
4181
4089
|
* @returns GetCompliancePackReportResponse
|
|
@@ -4186,10 +4094,10 @@ export default class Client extends OpenApi {
|
|
|
4186
4094
|
}
|
|
4187
4095
|
|
|
4188
4096
|
/**
|
|
4189
|
-
* Queries the
|
|
4097
|
+
* Queries the compliance summary for the current account.
|
|
4190
4098
|
*
|
|
4191
4099
|
* @remarks
|
|
4192
|
-
* This topic provides an example
|
|
4100
|
+
* This topic provides an example of how to query the compliance summary by resource and rule for an account group.
|
|
4193
4101
|
*
|
|
4194
4102
|
* @param request - GetComplianceSummaryRequest
|
|
4195
4103
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4212,10 +4120,10 @@ export default class Client extends OpenApi {
|
|
|
4212
4120
|
}
|
|
4213
4121
|
|
|
4214
4122
|
/**
|
|
4215
|
-
* Queries the
|
|
4123
|
+
* Queries the compliance summary for the current account.
|
|
4216
4124
|
*
|
|
4217
4125
|
* @remarks
|
|
4218
|
-
* This topic provides an example
|
|
4126
|
+
* This topic provides an example of how to query the compliance summary by resource and rule for an account group.
|
|
4219
4127
|
* @returns GetComplianceSummaryResponse
|
|
4220
4128
|
*/
|
|
4221
4129
|
async getComplianceSummary(): Promise<$_model.GetComplianceSummaryResponse> {
|
|
@@ -4224,7 +4132,7 @@ export default class Client extends OpenApi {
|
|
|
4224
4132
|
}
|
|
4225
4133
|
|
|
4226
4134
|
/**
|
|
4227
|
-
* Queries the
|
|
4135
|
+
* Queries the details of a specified delivery channel.
|
|
4228
4136
|
*
|
|
4229
4137
|
* @param request - GetConfigDeliveryChannelRequest
|
|
4230
4138
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4255,7 +4163,7 @@ export default class Client extends OpenApi {
|
|
|
4255
4163
|
}
|
|
4256
4164
|
|
|
4257
4165
|
/**
|
|
4258
|
-
* Queries the
|
|
4166
|
+
* Queries the details of a specified delivery channel.
|
|
4259
4167
|
*
|
|
4260
4168
|
* @param request - GetConfigDeliveryChannelRequest
|
|
4261
4169
|
* @returns GetConfigDeliveryChannelResponse
|
|
@@ -4266,10 +4174,10 @@ export default class Client extends OpenApi {
|
|
|
4266
4174
|
}
|
|
4267
4175
|
|
|
4268
4176
|
/**
|
|
4269
|
-
* Queries the details of a rule.
|
|
4177
|
+
* Queries the details of a specified rule.
|
|
4270
4178
|
*
|
|
4271
4179
|
* @remarks
|
|
4272
|
-
* This topic provides an example
|
|
4180
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****`.
|
|
4273
4181
|
*
|
|
4274
4182
|
* @param tmpReq - GetConfigRuleRequest
|
|
4275
4183
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4310,10 +4218,10 @@ export default class Client extends OpenApi {
|
|
|
4310
4218
|
}
|
|
4311
4219
|
|
|
4312
4220
|
/**
|
|
4313
|
-
* Queries the details of a rule.
|
|
4221
|
+
* Queries the details of a specified rule.
|
|
4314
4222
|
*
|
|
4315
4223
|
* @remarks
|
|
4316
|
-
* This topic provides an example
|
|
4224
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****`.
|
|
4317
4225
|
*
|
|
4318
4226
|
* @param request - GetConfigRuleRequest
|
|
4319
4227
|
* @returns GetConfigRuleResponse
|
|
@@ -4324,10 +4232,10 @@ export default class Client extends OpenApi {
|
|
|
4324
4232
|
}
|
|
4325
4233
|
|
|
4326
4234
|
/**
|
|
4327
|
-
* Queries compliance
|
|
4235
|
+
* Queries the compliance statistics for rules in a specified compliance package.
|
|
4328
4236
|
*
|
|
4329
4237
|
* @remarks
|
|
4330
|
-
*
|
|
4238
|
+
* 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.
|
|
4331
4239
|
*
|
|
4332
4240
|
* @param request - GetConfigRuleComplianceByPackRequest
|
|
4333
4241
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4354,10 +4262,10 @@ export default class Client extends OpenApi {
|
|
|
4354
4262
|
}
|
|
4355
4263
|
|
|
4356
4264
|
/**
|
|
4357
|
-
* Queries compliance
|
|
4265
|
+
* Queries the compliance statistics for rules in a specified compliance package.
|
|
4358
4266
|
*
|
|
4359
4267
|
* @remarks
|
|
4360
|
-
*
|
|
4268
|
+
* 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.
|
|
4361
4269
|
*
|
|
4362
4270
|
* @param request - GetConfigRuleComplianceByPackRequest
|
|
4363
4271
|
* @returns GetConfigRuleComplianceByPackResponse
|
|
@@ -4406,11 +4314,7 @@ export default class Client extends OpenApi {
|
|
|
4406
4314
|
}
|
|
4407
4315
|
|
|
4408
4316
|
/**
|
|
4409
|
-
*
|
|
4410
|
-
*
|
|
4411
|
-
* @remarks
|
|
4412
|
-
* > 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).
|
|
4413
|
-
* This topic provides an example of how to query the compliance evaluation report that is generated based on all existing rules.
|
|
4317
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
4414
4318
|
*
|
|
4415
4319
|
* @param request - GetConfigRulesReportRequest
|
|
4416
4320
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4441,11 +4345,7 @@ export default class Client extends OpenApi {
|
|
|
4441
4345
|
}
|
|
4442
4346
|
|
|
4443
4347
|
/**
|
|
4444
|
-
*
|
|
4445
|
-
*
|
|
4446
|
-
* @remarks
|
|
4447
|
-
* > 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).
|
|
4448
|
-
* This topic provides an example of how to query the compliance evaluation report that is generated based on all existing rules.
|
|
4348
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
4449
4349
|
*
|
|
4450
4350
|
* @param request - GetConfigRulesReportRequest
|
|
4451
4351
|
* @returns GetConfigRulesReportResponse
|
|
@@ -4456,10 +4356,10 @@ export default class Client extends OpenApi {
|
|
|
4456
4356
|
}
|
|
4457
4357
|
|
|
4458
4358
|
/**
|
|
4459
|
-
* Queries the
|
|
4359
|
+
* Queries the status of the Cloud Config service and the resource monitoring scope for the current account.
|
|
4460
4360
|
*
|
|
4461
4361
|
* @remarks
|
|
4462
|
-
* This topic provides an example
|
|
4362
|
+
* 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.
|
|
4463
4363
|
*
|
|
4464
4364
|
* @param request - GetConfigurationRecorderRequest
|
|
4465
4365
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4482,10 +4382,10 @@ export default class Client extends OpenApi {
|
|
|
4482
4382
|
}
|
|
4483
4383
|
|
|
4484
4384
|
/**
|
|
4485
|
-
* Queries the
|
|
4385
|
+
* Queries the status of the Cloud Config service and the resource monitoring scope for the current account.
|
|
4486
4386
|
*
|
|
4487
4387
|
* @remarks
|
|
4488
|
-
* This topic provides an example
|
|
4388
|
+
* 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.
|
|
4489
4389
|
* @returns GetConfigurationRecorderResponse
|
|
4490
4390
|
*/
|
|
4491
4391
|
async getConfigurationRecorder(): Promise<$_model.GetConfigurationRecorderResponse> {
|
|
@@ -4497,7 +4397,7 @@ export default class Client extends OpenApi {
|
|
|
4497
4397
|
* Queries the details of a specific resource.
|
|
4498
4398
|
*
|
|
4499
4399
|
* @remarks
|
|
4500
|
-
* This topic provides an example
|
|
4400
|
+
* This topic provides an example of how to query the details of the ECS instance `i-bp12g4xbl4i0brkn****` in the China (Hangzhou) region.
|
|
4501
4401
|
*
|
|
4502
4402
|
* @param request - GetDiscoveredResourceRequest
|
|
4503
4403
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4543,7 +4443,7 @@ export default class Client extends OpenApi {
|
|
|
4543
4443
|
* Queries the details of a specific resource.
|
|
4544
4444
|
*
|
|
4545
4445
|
* @remarks
|
|
4546
|
-
* This topic provides an example
|
|
4446
|
+
* This topic provides an example of how to query the details of the ECS instance `i-bp12g4xbl4i0brkn****` in the China (Hangzhou) region.
|
|
4547
4447
|
*
|
|
4548
4448
|
* @param request - GetDiscoveredResourceRequest
|
|
4549
4449
|
* @returns GetDiscoveredResourceResponse
|
|
@@ -4554,10 +4454,7 @@ export default class Client extends OpenApi {
|
|
|
4554
4454
|
}
|
|
4555
4455
|
|
|
4556
4456
|
/**
|
|
4557
|
-
*
|
|
4558
|
-
*
|
|
4559
|
-
* @remarks
|
|
4560
|
-
* 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.
|
|
4457
|
+
* 从地域维度查询资源的统计结果
|
|
4561
4458
|
*
|
|
4562
4459
|
* @param request - GetDiscoveredResourceCountsGroupByRegionRequest
|
|
4563
4460
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4588,10 +4485,7 @@ export default class Client extends OpenApi {
|
|
|
4588
4485
|
}
|
|
4589
4486
|
|
|
4590
4487
|
/**
|
|
4591
|
-
*
|
|
4592
|
-
*
|
|
4593
|
-
* @remarks
|
|
4594
|
-
* 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.
|
|
4488
|
+
* 从地域维度查询资源的统计结果
|
|
4595
4489
|
*
|
|
4596
4490
|
* @param request - GetDiscoveredResourceCountsGroupByRegionRequest
|
|
4597
4491
|
* @returns GetDiscoveredResourceCountsGroupByRegionResponse
|
|
@@ -4602,10 +4496,7 @@ export default class Client extends OpenApi {
|
|
|
4602
4496
|
}
|
|
4603
4497
|
|
|
4604
4498
|
/**
|
|
4605
|
-
*
|
|
4606
|
-
*
|
|
4607
|
-
* @remarks
|
|
4608
|
-
* 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.
|
|
4499
|
+
* 从资源类型维度查询资源的统计结果
|
|
4609
4500
|
*
|
|
4610
4501
|
* @param request - GetDiscoveredResourceCountsGroupByResourceTypeRequest
|
|
4611
4502
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4636,10 +4527,7 @@ export default class Client extends OpenApi {
|
|
|
4636
4527
|
}
|
|
4637
4528
|
|
|
4638
4529
|
/**
|
|
4639
|
-
*
|
|
4640
|
-
*
|
|
4641
|
-
* @remarks
|
|
4642
|
-
* 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.
|
|
4530
|
+
* 从资源类型维度查询资源的统计结果
|
|
4643
4531
|
*
|
|
4644
4532
|
* @param request - GetDiscoveredResourceCountsGroupByResourceTypeRequest
|
|
4645
4533
|
* @returns GetDiscoveredResourceCountsGroupByResourceTypeResponse
|
|
@@ -4650,7 +4538,7 @@ export default class Client extends OpenApi {
|
|
|
4650
4538
|
}
|
|
4651
4539
|
|
|
4652
4540
|
/**
|
|
4653
|
-
*
|
|
4541
|
+
* 查询用户集成云产品的授权状态
|
|
4654
4542
|
*
|
|
4655
4543
|
* @param request - GetIntegratedServiceStatusRequest
|
|
4656
4544
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4681,7 +4569,7 @@ export default class Client extends OpenApi {
|
|
|
4681
4569
|
}
|
|
4682
4570
|
|
|
4683
4571
|
/**
|
|
4684
|
-
*
|
|
4572
|
+
* 查询用户集成云产品的授权状态
|
|
4685
4573
|
*
|
|
4686
4574
|
* @param request - GetIntegratedServiceStatusRequest
|
|
4687
4575
|
* @returns GetIntegratedServiceStatusResponse
|
|
@@ -4692,10 +4580,10 @@ export default class Client extends OpenApi {
|
|
|
4692
4580
|
}
|
|
4693
4581
|
|
|
4694
4582
|
/**
|
|
4695
|
-
* Queries the details of a
|
|
4583
|
+
* Queries the details of a specified rule template.
|
|
4696
4584
|
*
|
|
4697
4585
|
* @remarks
|
|
4698
|
-
* This topic provides an example
|
|
4586
|
+
* This topic provides an example of how to query the details of the rule template `cdn-domain-https-enabled`.
|
|
4699
4587
|
*
|
|
4700
4588
|
* @param request - GetManagedRuleRequest
|
|
4701
4589
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4726,10 +4614,10 @@ export default class Client extends OpenApi {
|
|
|
4726
4614
|
}
|
|
4727
4615
|
|
|
4728
4616
|
/**
|
|
4729
|
-
* Queries the details of a
|
|
4617
|
+
* Queries the details of a specified rule template.
|
|
4730
4618
|
*
|
|
4731
4619
|
* @remarks
|
|
4732
|
-
* This topic provides an example
|
|
4620
|
+
* This topic provides an example of how to query the details of the rule template `cdn-domain-https-enabled`.
|
|
4733
4621
|
*
|
|
4734
4622
|
* @param request - GetManagedRuleRequest
|
|
4735
4623
|
* @returns GetManagedRuleResponse
|
|
@@ -4743,7 +4631,7 @@ export default class Client extends OpenApi {
|
|
|
4743
4631
|
* Queries the details of an automatic remediation template.
|
|
4744
4632
|
*
|
|
4745
4633
|
* @remarks
|
|
4746
|
-
* This topic
|
|
4634
|
+
* This topic describes how to query the details of the `ACS-ALB-BulkyEnableDeletionProtection` automatic remediation template.
|
|
4747
4635
|
*
|
|
4748
4636
|
* @param request - GetRemediationTemplateRequest
|
|
4749
4637
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4777,7 +4665,7 @@ export default class Client extends OpenApi {
|
|
|
4777
4665
|
* Queries the details of an automatic remediation template.
|
|
4778
4666
|
*
|
|
4779
4667
|
* @remarks
|
|
4780
|
-
* This topic
|
|
4668
|
+
* This topic describes how to query the details of the `ACS-ALB-BulkyEnableDeletionProtection` automatic remediation template.
|
|
4781
4669
|
*
|
|
4782
4670
|
* @param request - GetRemediationTemplateRequest
|
|
4783
4671
|
* @returns GetRemediationTemplateResponse
|
|
@@ -4788,7 +4676,7 @@ export default class Client extends OpenApi {
|
|
|
4788
4676
|
}
|
|
4789
4677
|
|
|
4790
4678
|
/**
|
|
4791
|
-
*
|
|
4679
|
+
* Retrieves a report generated from a report template.
|
|
4792
4680
|
*
|
|
4793
4681
|
* @param request - GetReportFromTemplateRequest
|
|
4794
4682
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4819,7 +4707,7 @@ export default class Client extends OpenApi {
|
|
|
4819
4707
|
}
|
|
4820
4708
|
|
|
4821
4709
|
/**
|
|
4822
|
-
*
|
|
4710
|
+
* Retrieves a report generated from a report template.
|
|
4823
4711
|
*
|
|
4824
4712
|
* @param request - GetReportFromTemplateRequest
|
|
4825
4713
|
* @returns GetReportFromTemplateResponse
|
|
@@ -4830,7 +4718,7 @@ export default class Client extends OpenApi {
|
|
|
4830
4718
|
}
|
|
4831
4719
|
|
|
4832
4720
|
/**
|
|
4833
|
-
*
|
|
4721
|
+
* Retrieve details of a compliance report template.
|
|
4834
4722
|
*
|
|
4835
4723
|
* @param request - GetReportTemplateRequest
|
|
4836
4724
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4861,7 +4749,7 @@ export default class Client extends OpenApi {
|
|
|
4861
4749
|
}
|
|
4862
4750
|
|
|
4863
4751
|
/**
|
|
4864
|
-
*
|
|
4752
|
+
* Retrieve details of a compliance report template.
|
|
4865
4753
|
*
|
|
4866
4754
|
* @param request - GetReportTemplateRequest
|
|
4867
4755
|
* @returns GetReportTemplateResponse
|
|
@@ -4872,10 +4760,7 @@ export default class Client extends OpenApi {
|
|
|
4872
4760
|
}
|
|
4873
4761
|
|
|
4874
4762
|
/**
|
|
4875
|
-
*
|
|
4876
|
-
*
|
|
4877
|
-
* @remarks
|
|
4878
|
-
* 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.
|
|
4763
|
+
* 从规则的合规评估结果维度查询合规概要
|
|
4879
4764
|
*
|
|
4880
4765
|
* @param request - GetResourceComplianceByConfigRuleRequest
|
|
4881
4766
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4902,10 +4787,7 @@ export default class Client extends OpenApi {
|
|
|
4902
4787
|
}
|
|
4903
4788
|
|
|
4904
4789
|
/**
|
|
4905
|
-
*
|
|
4906
|
-
*
|
|
4907
|
-
* @remarks
|
|
4908
|
-
* 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.
|
|
4790
|
+
* 从规则的合规评估结果维度查询合规概要
|
|
4909
4791
|
*
|
|
4910
4792
|
* @param request - GetResourceComplianceByConfigRuleRequest
|
|
4911
4793
|
* @returns GetResourceComplianceByConfigRuleResponse
|
|
@@ -4916,10 +4798,10 @@ export default class Client extends OpenApi {
|
|
|
4916
4798
|
}
|
|
4917
4799
|
|
|
4918
4800
|
/**
|
|
4919
|
-
* Queries the compliance
|
|
4801
|
+
* Queries the compliance results for resources in a compliance package.
|
|
4920
4802
|
*
|
|
4921
4803
|
* @remarks
|
|
4922
|
-
* This topic provides an example
|
|
4804
|
+
* 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.
|
|
4923
4805
|
*
|
|
4924
4806
|
* @param request - GetResourceComplianceByPackRequest
|
|
4925
4807
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4946,10 +4828,10 @@ export default class Client extends OpenApi {
|
|
|
4946
4828
|
}
|
|
4947
4829
|
|
|
4948
4830
|
/**
|
|
4949
|
-
* Queries the compliance
|
|
4831
|
+
* Queries the compliance results for resources in a compliance package.
|
|
4950
4832
|
*
|
|
4951
4833
|
* @remarks
|
|
4952
|
-
* This topic provides an example
|
|
4834
|
+
* 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.
|
|
4953
4835
|
*
|
|
4954
4836
|
* @param request - GetResourceComplianceByPackRequest
|
|
4955
4837
|
* @returns GetResourceComplianceByPackResponse
|
|
@@ -4960,7 +4842,7 @@ export default class Client extends OpenApi {
|
|
|
4960
4842
|
}
|
|
4961
4843
|
|
|
4962
4844
|
/**
|
|
4963
|
-
*
|
|
4845
|
+
* 查询合规情况按照地域分组统计
|
|
4964
4846
|
*
|
|
4965
4847
|
* @param request - GetResourceComplianceGroupByRegionRequest
|
|
4966
4848
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4991,7 +4873,7 @@ export default class Client extends OpenApi {
|
|
|
4991
4873
|
}
|
|
4992
4874
|
|
|
4993
4875
|
/**
|
|
4994
|
-
*
|
|
4876
|
+
* 查询合规情况按照地域分组统计
|
|
4995
4877
|
*
|
|
4996
4878
|
* @param request - GetResourceComplianceGroupByRegionRequest
|
|
4997
4879
|
* @returns GetResourceComplianceGroupByRegionResponse
|
|
@@ -5002,7 +4884,7 @@ export default class Client extends OpenApi {
|
|
|
5002
4884
|
}
|
|
5003
4885
|
|
|
5004
4886
|
/**
|
|
5005
|
-
*
|
|
4887
|
+
* 查询规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
5006
4888
|
*
|
|
5007
4889
|
* @param request - GetResourceComplianceGroupByResourceTypeRequest
|
|
5008
4890
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5033,7 +4915,7 @@ export default class Client extends OpenApi {
|
|
|
5033
4915
|
}
|
|
5034
4916
|
|
|
5035
4917
|
/**
|
|
5036
|
-
*
|
|
4918
|
+
* 查询规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
5037
4919
|
*
|
|
5038
4920
|
* @param request - GetResourceComplianceGroupByResourceTypeRequest
|
|
5039
4921
|
* @returns GetResourceComplianceGroupByResourceTypeResponse
|
|
@@ -5044,11 +4926,11 @@ export default class Client extends OpenApi {
|
|
|
5044
4926
|
}
|
|
5045
4927
|
|
|
5046
4928
|
/**
|
|
5047
|
-
* Queries the compliance
|
|
4929
|
+
* 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.
|
|
5048
4930
|
*
|
|
5049
4931
|
* @remarks
|
|
5050
|
-
* In Cloud Config, each resource has
|
|
5051
|
-
* This topic provides an example
|
|
4932
|
+
* 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.
|
|
4933
|
+
* 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).
|
|
5052
4934
|
*
|
|
5053
4935
|
* @param request - GetResourceComplianceTimelineRequest
|
|
5054
4936
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5075,11 +4957,11 @@ export default class Client extends OpenApi {
|
|
|
5075
4957
|
}
|
|
5076
4958
|
|
|
5077
4959
|
/**
|
|
5078
|
-
* Queries the compliance
|
|
4960
|
+
* 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.
|
|
5079
4961
|
*
|
|
5080
4962
|
* @remarks
|
|
5081
|
-
* In Cloud Config, each resource has
|
|
5082
|
-
* This topic provides an example
|
|
4963
|
+
* 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.
|
|
4964
|
+
* 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).
|
|
5083
4965
|
*
|
|
5084
4966
|
* @param request - GetResourceComplianceTimelineRequest
|
|
5085
4967
|
* @returns GetResourceComplianceTimelineResponse
|
|
@@ -5090,7 +4972,7 @@ export default class Client extends OpenApi {
|
|
|
5090
4972
|
}
|
|
5091
4973
|
|
|
5092
4974
|
/**
|
|
5093
|
-
*
|
|
4975
|
+
* This operation obtains configuration samples for a specified resource type.
|
|
5094
4976
|
*
|
|
5095
4977
|
* @param request - GetResourceConfigurationSampleRequest
|
|
5096
4978
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5125,7 +5007,7 @@ export default class Client extends OpenApi {
|
|
|
5125
5007
|
}
|
|
5126
5008
|
|
|
5127
5009
|
/**
|
|
5128
|
-
*
|
|
5010
|
+
* This operation obtains configuration samples for a specified resource type.
|
|
5129
5011
|
*
|
|
5130
5012
|
* @param request - GetResourceConfigurationSampleRequest
|
|
5131
5013
|
* @returns GetResourceConfigurationSampleResponse
|
|
@@ -5136,10 +5018,13 @@ export default class Client extends OpenApi {
|
|
|
5136
5018
|
}
|
|
5137
5019
|
|
|
5138
5020
|
/**
|
|
5139
|
-
* Queries the configuration
|
|
5021
|
+
* 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.
|
|
5140
5022
|
*
|
|
5141
5023
|
* @remarks
|
|
5142
|
-
*
|
|
5024
|
+
* Cloud Config provides a configuration history for each resource that it monitors. The details are as follows:
|
|
5025
|
+
* - For existing resources, the configuration history starts when you enable the Cloud Config service.
|
|
5026
|
+
* - 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.
|
|
5027
|
+
* 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).
|
|
5143
5028
|
*
|
|
5144
5029
|
* @param request - GetResourceConfigurationTimelineRequest
|
|
5145
5030
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5166,10 +5051,13 @@ export default class Client extends OpenApi {
|
|
|
5166
5051
|
}
|
|
5167
5052
|
|
|
5168
5053
|
/**
|
|
5169
|
-
* Queries the configuration
|
|
5054
|
+
* 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.
|
|
5170
5055
|
*
|
|
5171
5056
|
* @remarks
|
|
5172
|
-
*
|
|
5057
|
+
* Cloud Config provides a configuration history for each resource that it monitors. The details are as follows:
|
|
5058
|
+
* - For existing resources, the configuration history starts when you enable the Cloud Config service.
|
|
5059
|
+
* - 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.
|
|
5060
|
+
* 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).
|
|
5173
5061
|
*
|
|
5174
5062
|
* @param request - GetResourceConfigurationTimelineRequest
|
|
5175
5063
|
* @returns GetResourceConfigurationTimelineResponse
|
|
@@ -5180,13 +5068,13 @@ export default class Client extends OpenApi {
|
|
|
5180
5068
|
}
|
|
5181
5069
|
|
|
5182
5070
|
/**
|
|
5183
|
-
*
|
|
5071
|
+
* Queries information about the most recently generated global resource inventory for the current account.
|
|
5184
5072
|
*
|
|
5185
5073
|
* @remarks
|
|
5186
|
-
* ###
|
|
5187
|
-
* You can call the [GenerateResourceInventory](https://help.aliyun.com/document_detail/2398354.html) operation to generate a resource inventory.
|
|
5188
|
-
* ###
|
|
5189
|
-
* This topic provides an example
|
|
5074
|
+
* ### Prerequisites
|
|
5075
|
+
* 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.
|
|
5076
|
+
* ### Usage notes
|
|
5077
|
+
* This topic provides an example of how to query the most recently generated global resource inventory for the current account.
|
|
5190
5078
|
*
|
|
5191
5079
|
* @param request - GetResourceInventoryRequest
|
|
5192
5080
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5209,13 +5097,13 @@ export default class Client extends OpenApi {
|
|
|
5209
5097
|
}
|
|
5210
5098
|
|
|
5211
5099
|
/**
|
|
5212
|
-
*
|
|
5100
|
+
* Queries information about the most recently generated global resource inventory for the current account.
|
|
5213
5101
|
*
|
|
5214
5102
|
* @remarks
|
|
5215
|
-
* ###
|
|
5216
|
-
* You can call the [GenerateResourceInventory](https://help.aliyun.com/document_detail/2398354.html) operation to generate a resource inventory.
|
|
5217
|
-
* ###
|
|
5218
|
-
* This topic provides an example
|
|
5103
|
+
* ### Prerequisites
|
|
5104
|
+
* 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.
|
|
5105
|
+
* ### Usage notes
|
|
5106
|
+
* This topic provides an example of how to query the most recently generated global resource inventory for the current account.
|
|
5219
5107
|
* @returns GetResourceInventoryResponse
|
|
5220
5108
|
*/
|
|
5221
5109
|
async getResourceInventory(): Promise<$_model.GetResourceInventoryResponse> {
|
|
@@ -5224,7 +5112,7 @@ export default class Client extends OpenApi {
|
|
|
5224
5112
|
}
|
|
5225
5113
|
|
|
5226
5114
|
/**
|
|
5227
|
-
*
|
|
5115
|
+
* This operation retrieves the property descriptions for a specified resource type.
|
|
5228
5116
|
*
|
|
5229
5117
|
* @param request - GetResourceTypePropertiesRequest
|
|
5230
5118
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5251,7 +5139,7 @@ export default class Client extends OpenApi {
|
|
|
5251
5139
|
}
|
|
5252
5140
|
|
|
5253
5141
|
/**
|
|
5254
|
-
*
|
|
5142
|
+
* This operation retrieves the property descriptions for a specified resource type.
|
|
5255
5143
|
*
|
|
5256
5144
|
* @param request - GetResourceTypePropertiesRequest
|
|
5257
5145
|
* @returns GetResourceTypePropertiesResponse
|
|
@@ -5262,10 +5150,10 @@ export default class Client extends OpenApi {
|
|
|
5262
5150
|
}
|
|
5263
5151
|
|
|
5264
5152
|
/**
|
|
5265
|
-
* Queries the resource
|
|
5153
|
+
* Queries the supported resource relations for a specified resource type.
|
|
5266
5154
|
*
|
|
5267
5155
|
* @remarks
|
|
5268
|
-
* This topic provides an example
|
|
5156
|
+
* This topic provides an example of how to query the resource relations supported by the ACS::ECS::Instance resource type.
|
|
5269
5157
|
*
|
|
5270
5158
|
* @param request - GetSupportedResourceRelationConfigRequest
|
|
5271
5159
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5296,10 +5184,10 @@ export default class Client extends OpenApi {
|
|
|
5296
5184
|
}
|
|
5297
5185
|
|
|
5298
5186
|
/**
|
|
5299
|
-
* Queries the resource
|
|
5187
|
+
* Queries the supported resource relations for a specified resource type.
|
|
5300
5188
|
*
|
|
5301
5189
|
* @remarks
|
|
5302
|
-
* This topic provides an example
|
|
5190
|
+
* This topic provides an example of how to query the resource relations supported by the ACS::ECS::Instance resource type.
|
|
5303
5191
|
*
|
|
5304
5192
|
* @param request - GetSupportedResourceRelationConfigRequest
|
|
5305
5193
|
* @returns GetSupportedResourceRelationConfigResponse
|
|
@@ -5310,11 +5198,7 @@ export default class Client extends OpenApi {
|
|
|
5310
5198
|
}
|
|
5311
5199
|
|
|
5312
5200
|
/**
|
|
5313
|
-
*
|
|
5314
|
-
*
|
|
5315
|
-
* @remarks
|
|
5316
|
-
* 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.
|
|
5317
|
-
* 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`.
|
|
5201
|
+
* 忽略评估结果增加截止时间
|
|
5318
5202
|
*
|
|
5319
5203
|
* @param tmpReq - IgnoreAggregateEvaluationResultsRequest
|
|
5320
5204
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5367,11 +5251,7 @@ export default class Client extends OpenApi {
|
|
|
5367
5251
|
}
|
|
5368
5252
|
|
|
5369
5253
|
/**
|
|
5370
|
-
*
|
|
5371
|
-
*
|
|
5372
|
-
* @remarks
|
|
5373
|
-
* 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.
|
|
5374
|
-
* 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`.
|
|
5254
|
+
* 忽略评估结果增加截止时间
|
|
5375
5255
|
*
|
|
5376
5256
|
* @param request - IgnoreAggregateEvaluationResultsRequest
|
|
5377
5257
|
* @returns IgnoreAggregateEvaluationResultsResponse
|
|
@@ -5382,11 +5262,11 @@ export default class Client extends OpenApi {
|
|
|
5382
5262
|
}
|
|
5383
5263
|
|
|
5384
5264
|
/**
|
|
5385
|
-
* Ignores the evaluation results of
|
|
5265
|
+
* 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.
|
|
5386
5266
|
*
|
|
5387
5267
|
* @remarks
|
|
5388
|
-
* After
|
|
5389
|
-
* This example
|
|
5268
|
+
* After a non-compliant resource is ignored, the rule still evaluates the resource. The evaluation result is Ignored.
|
|
5269
|
+
* 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****`.
|
|
5390
5270
|
*
|
|
5391
5271
|
* @param tmpReq - IgnoreEvaluationResultsRequest
|
|
5392
5272
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5435,11 +5315,11 @@ export default class Client extends OpenApi {
|
|
|
5435
5315
|
}
|
|
5436
5316
|
|
|
5437
5317
|
/**
|
|
5438
|
-
* Ignores the evaluation results of
|
|
5318
|
+
* 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.
|
|
5439
5319
|
*
|
|
5440
5320
|
* @remarks
|
|
5441
|
-
* After
|
|
5442
|
-
* This example
|
|
5321
|
+
* After a non-compliant resource is ignored, the rule still evaluates the resource. The evaluation result is Ignored.
|
|
5322
|
+
* 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****`.
|
|
5443
5323
|
*
|
|
5444
5324
|
* @param request - IgnoreEvaluationResultsRequest
|
|
5445
5325
|
* @returns IgnoreEvaluationResultsResponse
|
|
@@ -5450,10 +5330,10 @@ export default class Client extends OpenApi {
|
|
|
5450
5330
|
}
|
|
5451
5331
|
|
|
5452
5332
|
/**
|
|
5453
|
-
* Queries
|
|
5333
|
+
* Queries the compliance packs in a specified account group.
|
|
5454
5334
|
*
|
|
5455
5335
|
* @remarks
|
|
5456
|
-
*
|
|
5336
|
+
* 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****`.
|
|
5457
5337
|
*
|
|
5458
5338
|
* @param tmpReq - ListAggregateCompliancePacksRequest
|
|
5459
5339
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5510,10 +5390,10 @@ export default class Client extends OpenApi {
|
|
|
5510
5390
|
}
|
|
5511
5391
|
|
|
5512
5392
|
/**
|
|
5513
|
-
* Queries
|
|
5393
|
+
* Queries the compliance packs in a specified account group.
|
|
5514
5394
|
*
|
|
5515
5395
|
* @remarks
|
|
5516
|
-
*
|
|
5396
|
+
* 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****`.
|
|
5517
5397
|
*
|
|
5518
5398
|
* @param request - ListAggregateCompliancePacksRequest
|
|
5519
5399
|
* @returns ListAggregateCompliancePacksResponse
|
|
@@ -5524,7 +5404,7 @@ export default class Client extends OpenApi {
|
|
|
5524
5404
|
}
|
|
5525
5405
|
|
|
5526
5406
|
/**
|
|
5527
|
-
*
|
|
5407
|
+
* 账号组查询投递渠道列表
|
|
5528
5408
|
*
|
|
5529
5409
|
* @param request - ListAggregateConfigDeliveryChannelsRequest
|
|
5530
5410
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5559,7 +5439,7 @@ export default class Client extends OpenApi {
|
|
|
5559
5439
|
}
|
|
5560
5440
|
|
|
5561
5441
|
/**
|
|
5562
|
-
*
|
|
5442
|
+
* 账号组查询投递渠道列表
|
|
5563
5443
|
*
|
|
5564
5444
|
* @param request - ListAggregateConfigDeliveryChannelsRequest
|
|
5565
5445
|
* @returns ListAggregateConfigDeliveryChannelsResponse
|
|
@@ -5570,10 +5450,7 @@ export default class Client extends OpenApi {
|
|
|
5570
5450
|
}
|
|
5571
5451
|
|
|
5572
5452
|
/**
|
|
5573
|
-
* Queries the
|
|
5574
|
-
*
|
|
5575
|
-
* @remarks
|
|
5576
|
-
* 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.
|
|
5453
|
+
* Queries the evaluation results of a rule for resources in a specified account group.
|
|
5577
5454
|
*
|
|
5578
5455
|
* @param request - ListAggregateConfigRuleEvaluationResultsRequest
|
|
5579
5456
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5644,10 +5521,7 @@ export default class Client extends OpenApi {
|
|
|
5644
5521
|
}
|
|
5645
5522
|
|
|
5646
5523
|
/**
|
|
5647
|
-
* Queries the
|
|
5648
|
-
*
|
|
5649
|
-
* @remarks
|
|
5650
|
-
* 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.
|
|
5524
|
+
* Queries the evaluation results of a rule for resources in a specified account group.
|
|
5651
5525
|
*
|
|
5652
5526
|
* @param request - ListAggregateConfigRuleEvaluationResultsRequest
|
|
5653
5527
|
* @returns ListAggregateConfigRuleEvaluationResultsResponse
|
|
@@ -5658,10 +5532,7 @@ export default class Client extends OpenApi {
|
|
|
5658
5532
|
}
|
|
5659
5533
|
|
|
5660
5534
|
/**
|
|
5661
|
-
*
|
|
5662
|
-
*
|
|
5663
|
-
* @remarks
|
|
5664
|
-
* This topic provides an example on how to query the statistics of compliance evaluation results of an account group whose ID is ca-edd3626622af00b3\\*\\*\\*\\*.
|
|
5535
|
+
* 透出用户账号组维度的评估结果统计
|
|
5665
5536
|
*
|
|
5666
5537
|
* @param request - ListAggregateConfigRuleEvaluationStatisticsRequest
|
|
5667
5538
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5692,10 +5563,7 @@ export default class Client extends OpenApi {
|
|
|
5692
5563
|
}
|
|
5693
5564
|
|
|
5694
5565
|
/**
|
|
5695
|
-
*
|
|
5696
|
-
*
|
|
5697
|
-
* @remarks
|
|
5698
|
-
* This topic provides an example on how to query the statistics of compliance evaluation results of an account group whose ID is ca-edd3626622af00b3\\*\\*\\*\\*.
|
|
5566
|
+
* 透出用户账号组维度的评估结果统计
|
|
5699
5567
|
*
|
|
5700
5568
|
* @param request - ListAggregateConfigRuleEvaluationStatisticsRequest
|
|
5701
5569
|
* @returns ListAggregateConfigRuleEvaluationStatisticsResponse
|
|
@@ -5706,10 +5574,10 @@ export default class Client extends OpenApi {
|
|
|
5706
5574
|
}
|
|
5707
5575
|
|
|
5708
5576
|
/**
|
|
5709
|
-
* Queries
|
|
5577
|
+
* Queries the rules in a specified account group.
|
|
5710
5578
|
*
|
|
5711
5579
|
* @remarks
|
|
5712
|
-
* This topic provides an example
|
|
5580
|
+
* 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`.
|
|
5713
5581
|
*
|
|
5714
5582
|
* @param tmpReq - ListAggregateConfigRulesRequest
|
|
5715
5583
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5790,10 +5658,10 @@ export default class Client extends OpenApi {
|
|
|
5790
5658
|
}
|
|
5791
5659
|
|
|
5792
5660
|
/**
|
|
5793
|
-
* Queries
|
|
5661
|
+
* Queries the rules in a specified account group.
|
|
5794
5662
|
*
|
|
5795
5663
|
* @remarks
|
|
5796
|
-
* This topic provides an example
|
|
5664
|
+
* 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`.
|
|
5797
5665
|
*
|
|
5798
5666
|
* @param request - ListAggregateConfigRulesRequest
|
|
5799
5667
|
* @returns ListAggregateConfigRulesResponse
|
|
@@ -5804,10 +5672,13 @@ export default class Client extends OpenApi {
|
|
|
5804
5672
|
}
|
|
5805
5673
|
|
|
5806
5674
|
/**
|
|
5807
|
-
*
|
|
5675
|
+
* Queries the resources in a specified account group.
|
|
5808
5676
|
*
|
|
5809
5677
|
* @remarks
|
|
5810
|
-
*
|
|
5678
|
+
* ### Limits
|
|
5679
|
+
* 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).
|
|
5680
|
+
* ### Usage notes
|
|
5681
|
+
* 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.
|
|
5811
5682
|
*
|
|
5812
5683
|
* @param request - ListAggregateDiscoveredResourcesRequest
|
|
5813
5684
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5886,10 +5757,13 @@ export default class Client extends OpenApi {
|
|
|
5886
5757
|
}
|
|
5887
5758
|
|
|
5888
5759
|
/**
|
|
5889
|
-
*
|
|
5760
|
+
* Queries the resources in a specified account group.
|
|
5890
5761
|
*
|
|
5891
5762
|
* @remarks
|
|
5892
|
-
*
|
|
5763
|
+
* ### Limits
|
|
5764
|
+
* 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).
|
|
5765
|
+
* ### Usage notes
|
|
5766
|
+
* 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.
|
|
5893
5767
|
*
|
|
5894
5768
|
* @param request - ListAggregateDiscoveredResourcesRequest
|
|
5895
5769
|
* @returns ListAggregateDiscoveredResourcesResponse
|
|
@@ -5900,7 +5774,11 @@ export default class Client extends OpenApi {
|
|
|
5900
5774
|
}
|
|
5901
5775
|
|
|
5902
5776
|
/**
|
|
5903
|
-
*
|
|
5777
|
+
* This operation retrieves the list of recommended managed rules for an account group.
|
|
5778
|
+
*
|
|
5779
|
+
* @remarks
|
|
5780
|
+
* 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).
|
|
5781
|
+
* 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.
|
|
5904
5782
|
*
|
|
5905
5783
|
* @param request - ListAggregateRecommendManagedRulesRequest
|
|
5906
5784
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5967,7 +5845,11 @@ export default class Client extends OpenApi {
|
|
|
5967
5845
|
}
|
|
5968
5846
|
|
|
5969
5847
|
/**
|
|
5970
|
-
*
|
|
5848
|
+
* This operation retrieves the list of recommended managed rules for an account group.
|
|
5849
|
+
*
|
|
5850
|
+
* @remarks
|
|
5851
|
+
* 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).
|
|
5852
|
+
* 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.
|
|
5971
5853
|
*
|
|
5972
5854
|
* @param request - ListAggregateRecommendManagedRulesRequest
|
|
5973
5855
|
* @returns ListAggregateRecommendManagedRulesResponse
|
|
@@ -5978,10 +5860,7 @@ export default class Client extends OpenApi {
|
|
|
5978
5860
|
}
|
|
5979
5861
|
|
|
5980
5862
|
/**
|
|
5981
|
-
*
|
|
5982
|
-
*
|
|
5983
|
-
* @remarks
|
|
5984
|
-
* This topic provides an example on how to query the remediation records of the `cr-d04a626622af00af****` rule in the `ca-edd3626622af00b3****` account group.
|
|
5863
|
+
* 账号组规则修正执行历史
|
|
5985
5864
|
*
|
|
5986
5865
|
* @param request - ListAggregateRemediationExecutionsRequest
|
|
5987
5866
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6032,10 +5911,7 @@ export default class Client extends OpenApi {
|
|
|
6032
5911
|
}
|
|
6033
5912
|
|
|
6034
5913
|
/**
|
|
6035
|
-
*
|
|
6036
|
-
*
|
|
6037
|
-
* @remarks
|
|
6038
|
-
* This topic provides an example on how to query the remediation records of the `cr-d04a626622af00af****` rule in the `ca-edd3626622af00b3****` account group.
|
|
5914
|
+
* 账号组规则修正执行历史
|
|
6039
5915
|
*
|
|
6040
5916
|
* @param request - ListAggregateRemediationExecutionsRequest
|
|
6041
5917
|
* @returns ListAggregateRemediationExecutionsResponse
|
|
@@ -6046,10 +5922,10 @@ export default class Client extends OpenApi {
|
|
|
6046
5922
|
}
|
|
6047
5923
|
|
|
6048
5924
|
/**
|
|
6049
|
-
* Queries
|
|
5925
|
+
* Queries the remediations in a specified account group.
|
|
6050
5926
|
*
|
|
6051
5927
|
* @remarks
|
|
6052
|
-
* This topic provides an example
|
|
5928
|
+
* This topic provides an example of how to query the remediation settings for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`.
|
|
6053
5929
|
*
|
|
6054
5930
|
* @param request - ListAggregateRemediationsRequest
|
|
6055
5931
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6084,10 +5960,10 @@ export default class Client extends OpenApi {
|
|
|
6084
5960
|
}
|
|
6085
5961
|
|
|
6086
5962
|
/**
|
|
6087
|
-
* Queries
|
|
5963
|
+
* Queries the remediations in a specified account group.
|
|
6088
5964
|
*
|
|
6089
5965
|
* @remarks
|
|
6090
|
-
* This topic provides an example
|
|
5966
|
+
* This topic provides an example of how to query the remediation settings for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`.
|
|
6091
5967
|
*
|
|
6092
5968
|
* @param request - ListAggregateRemediationsRequest
|
|
6093
5969
|
* @returns ListAggregateRemediationsResponse
|
|
@@ -6098,10 +5974,7 @@ export default class Client extends OpenApi {
|
|
|
6098
5974
|
}
|
|
6099
5975
|
|
|
6100
5976
|
/**
|
|
6101
|
-
* Queries the
|
|
6102
|
-
*
|
|
6103
|
-
* @remarks
|
|
6104
|
-
* 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.
|
|
5977
|
+
* Queries the rule evaluation results for resources in a specified account group.
|
|
6105
5978
|
*
|
|
6106
5979
|
* @param request - ListAggregateResourceEvaluationResultsRequest
|
|
6107
5980
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6164,10 +6037,7 @@ export default class Client extends OpenApi {
|
|
|
6164
6037
|
}
|
|
6165
6038
|
|
|
6166
6039
|
/**
|
|
6167
|
-
* Queries the
|
|
6168
|
-
*
|
|
6169
|
-
* @remarks
|
|
6170
|
-
* 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.
|
|
6040
|
+
* Queries the rule evaluation results for resources in a specified account group.
|
|
6171
6041
|
*
|
|
6172
6042
|
* @param request - ListAggregateResourceEvaluationResultsRequest
|
|
6173
6043
|
* @returns ListAggregateResourceEvaluationResultsResponse
|
|
@@ -6178,10 +6048,7 @@ export default class Client extends OpenApi {
|
|
|
6178
6048
|
}
|
|
6179
6049
|
|
|
6180
6050
|
/**
|
|
6181
|
-
*
|
|
6182
|
-
*
|
|
6183
|
-
* @remarks
|
|
6184
|
-
* 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.
|
|
6051
|
+
* 获取资源关系列表
|
|
6185
6052
|
*
|
|
6186
6053
|
* @param request - ListAggregateResourceRelationsRequest
|
|
6187
6054
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6248,10 +6115,7 @@ export default class Client extends OpenApi {
|
|
|
6248
6115
|
}
|
|
6249
6116
|
|
|
6250
6117
|
/**
|
|
6251
|
-
*
|
|
6252
|
-
*
|
|
6253
|
-
* @remarks
|
|
6254
|
-
* 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.
|
|
6118
|
+
* 获取资源关系列表
|
|
6255
6119
|
*
|
|
6256
6120
|
* @param request - ListAggregateResourceRelationsRequest
|
|
6257
6121
|
* @returns ListAggregateResourceRelationsResponse
|
|
@@ -6262,14 +6126,14 @@ export default class Client extends OpenApi {
|
|
|
6262
6126
|
}
|
|
6263
6127
|
|
|
6264
6128
|
/**
|
|
6265
|
-
*
|
|
6129
|
+
* You can use SQL Select statements to search for resources in a specific account group based on fields in the resource properties.
|
|
6266
6130
|
*
|
|
6267
6131
|
* @remarks
|
|
6268
|
-
* When you write
|
|
6269
|
-
* >
|
|
6270
|
-
*
|
|
6271
|
-
*
|
|
6272
|
-
* This topic provides an example
|
|
6132
|
+
* 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).
|
|
6133
|
+
* > - 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`.
|
|
6134
|
+
* >
|
|
6135
|
+
* > - 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).
|
|
6136
|
+
* 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`.
|
|
6273
6137
|
*
|
|
6274
6138
|
* @param request - ListAggregateResourcesByAdvancedSearchRequest
|
|
6275
6139
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6304,14 +6168,14 @@ export default class Client extends OpenApi {
|
|
|
6304
6168
|
}
|
|
6305
6169
|
|
|
6306
6170
|
/**
|
|
6307
|
-
*
|
|
6171
|
+
* You can use SQL Select statements to search for resources in a specific account group based on fields in the resource properties.
|
|
6308
6172
|
*
|
|
6309
6173
|
* @remarks
|
|
6310
|
-
* When you write
|
|
6311
|
-
* >
|
|
6312
|
-
*
|
|
6313
|
-
*
|
|
6314
|
-
* This topic provides an example
|
|
6174
|
+
* 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).
|
|
6175
|
+
* > - 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`.
|
|
6176
|
+
* >
|
|
6177
|
+
* > - 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).
|
|
6178
|
+
* 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`.
|
|
6315
6179
|
*
|
|
6316
6180
|
* @param request - ListAggregateResourcesByAdvancedSearchRequest
|
|
6317
6181
|
* @returns ListAggregateResourcesByAdvancedSearchResponse
|
|
@@ -6322,10 +6186,7 @@ export default class Client extends OpenApi {
|
|
|
6322
6186
|
}
|
|
6323
6187
|
|
|
6324
6188
|
/**
|
|
6325
|
-
*
|
|
6326
|
-
*
|
|
6327
|
-
* @remarks
|
|
6328
|
-
* 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.
|
|
6189
|
+
* 获取账号组列表
|
|
6329
6190
|
*
|
|
6330
6191
|
* @param tmpReq - ListAggregatorsRequest
|
|
6331
6192
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6370,10 +6231,7 @@ export default class Client extends OpenApi {
|
|
|
6370
6231
|
}
|
|
6371
6232
|
|
|
6372
6233
|
/**
|
|
6373
|
-
*
|
|
6374
|
-
*
|
|
6375
|
-
* @remarks
|
|
6376
|
-
* 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.
|
|
6234
|
+
* 获取账号组列表
|
|
6377
6235
|
*
|
|
6378
6236
|
* @param request - ListAggregatorsRequest
|
|
6379
6237
|
* @returns ListAggregatorsResponse
|
|
@@ -6384,10 +6242,10 @@ export default class Client extends OpenApi {
|
|
|
6384
6242
|
}
|
|
6385
6243
|
|
|
6386
6244
|
/**
|
|
6387
|
-
* Queries all compliance
|
|
6245
|
+
* Queries the details of all compliance pack templates provided by CloudConfig.
|
|
6388
6246
|
*
|
|
6389
6247
|
* @remarks
|
|
6390
|
-
* A compliance
|
|
6248
|
+
* A compliance pack template is a collection of rules customized by CloudConfig for compliance scenarios.
|
|
6391
6249
|
*
|
|
6392
6250
|
* @param request - ListCompliancePackTemplatesRequest
|
|
6393
6251
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6438,10 +6296,10 @@ export default class Client extends OpenApi {
|
|
|
6438
6296
|
}
|
|
6439
6297
|
|
|
6440
6298
|
/**
|
|
6441
|
-
* Queries all compliance
|
|
6299
|
+
* Queries the details of all compliance pack templates provided by CloudConfig.
|
|
6442
6300
|
*
|
|
6443
6301
|
* @remarks
|
|
6444
|
-
* A compliance
|
|
6302
|
+
* A compliance pack template is a collection of rules customized by CloudConfig for compliance scenarios.
|
|
6445
6303
|
*
|
|
6446
6304
|
* @param request - ListCompliancePackTemplatesRequest
|
|
6447
6305
|
* @returns ListCompliancePackTemplatesResponse
|
|
@@ -6452,10 +6310,10 @@ export default class Client extends OpenApi {
|
|
|
6452
6310
|
}
|
|
6453
6311
|
|
|
6454
6312
|
/**
|
|
6455
|
-
*
|
|
6313
|
+
* Lists the compliance packs for the current account.
|
|
6456
6314
|
*
|
|
6457
6315
|
* @remarks
|
|
6458
|
-
* This topic provides an example of how to
|
|
6316
|
+
* This topic provides an example of how to list compliance packs. The response returns one compliance pack record: `cp-fdc8626622af00f9****`.
|
|
6459
6317
|
*
|
|
6460
6318
|
* @param tmpReq - ListCompliancePacksRequest
|
|
6461
6319
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6508,10 +6366,10 @@ export default class Client extends OpenApi {
|
|
|
6508
6366
|
}
|
|
6509
6367
|
|
|
6510
6368
|
/**
|
|
6511
|
-
*
|
|
6369
|
+
* Lists the compliance packs for the current account.
|
|
6512
6370
|
*
|
|
6513
6371
|
* @remarks
|
|
6514
|
-
* This topic provides an example of how to
|
|
6372
|
+
* This topic provides an example of how to list compliance packs. The response returns one compliance pack record: `cp-fdc8626622af00f9****`.
|
|
6515
6373
|
*
|
|
6516
6374
|
* @param request - ListCompliancePacksRequest
|
|
6517
6375
|
* @returns ListCompliancePacksResponse
|
|
@@ -6522,7 +6380,7 @@ export default class Client extends OpenApi {
|
|
|
6522
6380
|
}
|
|
6523
6381
|
|
|
6524
6382
|
/**
|
|
6525
|
-
*
|
|
6383
|
+
* Returns a list of delivery channels.
|
|
6526
6384
|
*
|
|
6527
6385
|
* @param request - ListConfigDeliveryChannelsRequest
|
|
6528
6386
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6553,7 +6411,7 @@ export default class Client extends OpenApi {
|
|
|
6553
6411
|
}
|
|
6554
6412
|
|
|
6555
6413
|
/**
|
|
6556
|
-
*
|
|
6414
|
+
* Returns a list of delivery channels.
|
|
6557
6415
|
*
|
|
6558
6416
|
* @param request - ListConfigDeliveryChannelsRequest
|
|
6559
6417
|
* @returns ListConfigDeliveryChannelsResponse
|
|
@@ -6564,10 +6422,7 @@ export default class Client extends OpenApi {
|
|
|
6564
6422
|
}
|
|
6565
6423
|
|
|
6566
6424
|
/**
|
|
6567
|
-
* Queries the compliance evaluation results of
|
|
6568
|
-
*
|
|
6569
|
-
* @remarks
|
|
6570
|
-
* 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.
|
|
6425
|
+
* Queries the compliance evaluation results of a rule.
|
|
6571
6426
|
*
|
|
6572
6427
|
* @param request - ListConfigRuleEvaluationResultsRequest
|
|
6573
6428
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6626,10 +6481,7 @@ export default class Client extends OpenApi {
|
|
|
6626
6481
|
}
|
|
6627
6482
|
|
|
6628
6483
|
/**
|
|
6629
|
-
* Queries the compliance evaluation results of
|
|
6630
|
-
*
|
|
6631
|
-
* @remarks
|
|
6632
|
-
* 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.
|
|
6484
|
+
* Queries the compliance evaluation results of a rule.
|
|
6633
6485
|
*
|
|
6634
6486
|
* @param request - ListConfigRuleEvaluationResultsRequest
|
|
6635
6487
|
* @returns ListConfigRuleEvaluationResultsResponse
|
|
@@ -6640,7 +6492,7 @@ export default class Client extends OpenApi {
|
|
|
6640
6492
|
}
|
|
6641
6493
|
|
|
6642
6494
|
/**
|
|
6643
|
-
*
|
|
6495
|
+
* 透出用户维度的历史评估结果统计
|
|
6644
6496
|
*
|
|
6645
6497
|
* @param request - ListConfigRuleEvaluationStatisticsRequest
|
|
6646
6498
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6663,7 +6515,7 @@ export default class Client extends OpenApi {
|
|
|
6663
6515
|
}
|
|
6664
6516
|
|
|
6665
6517
|
/**
|
|
6666
|
-
*
|
|
6518
|
+
* 透出用户维度的历史评估结果统计
|
|
6667
6519
|
* @returns ListConfigRuleEvaluationStatisticsResponse
|
|
6668
6520
|
*/
|
|
6669
6521
|
async listConfigRuleEvaluationStatistics(): Promise<$_model.ListConfigRuleEvaluationStatisticsResponse> {
|
|
@@ -6672,7 +6524,7 @@ export default class Client extends OpenApi {
|
|
|
6672
6524
|
}
|
|
6673
6525
|
|
|
6674
6526
|
/**
|
|
6675
|
-
*
|
|
6527
|
+
* Lists the operators available for Cloud Config rules.
|
|
6676
6528
|
*
|
|
6677
6529
|
* @param request - ListConfigRuleOperatorsRequest
|
|
6678
6530
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6695,7 +6547,7 @@ export default class Client extends OpenApi {
|
|
|
6695
6547
|
}
|
|
6696
6548
|
|
|
6697
6549
|
/**
|
|
6698
|
-
*
|
|
6550
|
+
* Lists the operators available for Cloud Config rules.
|
|
6699
6551
|
* @returns ListConfigRuleOperatorsResponse
|
|
6700
6552
|
*/
|
|
6701
6553
|
async listConfigRuleOperators(): Promise<$_model.ListConfigRuleOperatorsResponse> {
|
|
@@ -6704,10 +6556,10 @@ export default class Client extends OpenApi {
|
|
|
6704
6556
|
}
|
|
6705
6557
|
|
|
6706
6558
|
/**
|
|
6707
|
-
* Queries
|
|
6559
|
+
* Queries a list of rules.
|
|
6708
6560
|
*
|
|
6709
6561
|
* @remarks
|
|
6710
|
-
* This topic provides an example
|
|
6562
|
+
* 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.
|
|
6711
6563
|
*
|
|
6712
6564
|
* @param tmpReq - ListConfigRulesRequest
|
|
6713
6565
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6784,10 +6636,10 @@ export default class Client extends OpenApi {
|
|
|
6784
6636
|
}
|
|
6785
6637
|
|
|
6786
6638
|
/**
|
|
6787
|
-
* Queries
|
|
6639
|
+
* Queries a list of rules.
|
|
6788
6640
|
*
|
|
6789
6641
|
* @remarks
|
|
6790
|
-
* This topic provides an example
|
|
6642
|
+
* 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.
|
|
6791
6643
|
*
|
|
6792
6644
|
* @param request - ListConfigRulesRequest
|
|
6793
6645
|
* @returns ListConfigRulesResponse
|
|
@@ -6798,10 +6650,13 @@ export default class Client extends OpenApi {
|
|
|
6798
6650
|
}
|
|
6799
6651
|
|
|
6800
6652
|
/**
|
|
6801
|
-
*
|
|
6653
|
+
* Queries a list of resources that are aggregated across regions in the current Alibaba Cloud account.
|
|
6802
6654
|
*
|
|
6803
6655
|
* @remarks
|
|
6804
|
-
*
|
|
6656
|
+
* ### Limits
|
|
6657
|
+
* 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).
|
|
6658
|
+
* ### Usage notes
|
|
6659
|
+
* This topic provides an example of how to query the resources in your account. The sample response shows that eight resources are returned.
|
|
6805
6660
|
*
|
|
6806
6661
|
* @param request - ListDiscoveredResourcesRequest
|
|
6807
6662
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6868,10 +6723,13 @@ export default class Client extends OpenApi {
|
|
|
6868
6723
|
}
|
|
6869
6724
|
|
|
6870
6725
|
/**
|
|
6871
|
-
*
|
|
6726
|
+
* Queries a list of resources that are aggregated across regions in the current Alibaba Cloud account.
|
|
6872
6727
|
*
|
|
6873
6728
|
* @remarks
|
|
6874
|
-
*
|
|
6729
|
+
* ### Limits
|
|
6730
|
+
* 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).
|
|
6731
|
+
* ### Usage notes
|
|
6732
|
+
* This topic provides an example of how to query the resources in your account. The sample response shows that eight resources are returned.
|
|
6875
6733
|
*
|
|
6876
6734
|
* @param request - ListDiscoveredResourcesRequest
|
|
6877
6735
|
* @returns ListDiscoveredResourcesResponse
|
|
@@ -6882,10 +6740,7 @@ export default class Client extends OpenApi {
|
|
|
6882
6740
|
}
|
|
6883
6741
|
|
|
6884
6742
|
/**
|
|
6885
|
-
* Queries
|
|
6886
|
-
*
|
|
6887
|
-
* @remarks
|
|
6888
|
-
* This topic provides an example on how to query the cloud services that can be integrated by the current Alibaba Cloud account.
|
|
6743
|
+
* Queries the services integrated with CloudConfig and their statuses.
|
|
6889
6744
|
*
|
|
6890
6745
|
* @param request - ListIntegratedServiceRequest
|
|
6891
6746
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6908,10 +6763,7 @@ export default class Client extends OpenApi {
|
|
|
6908
6763
|
}
|
|
6909
6764
|
|
|
6910
6765
|
/**
|
|
6911
|
-
* Queries
|
|
6912
|
-
*
|
|
6913
|
-
* @remarks
|
|
6914
|
-
* This topic provides an example on how to query the cloud services that can be integrated by the current Alibaba Cloud account.
|
|
6766
|
+
* Queries the services integrated with CloudConfig and their statuses.
|
|
6915
6767
|
* @returns ListIntegratedServiceResponse
|
|
6916
6768
|
*/
|
|
6917
6769
|
async listIntegratedService(): Promise<$_model.ListIntegratedServiceResponse> {
|
|
@@ -6920,13 +6772,13 @@ export default class Client extends OpenApi {
|
|
|
6920
6772
|
}
|
|
6921
6773
|
|
|
6922
6774
|
/**
|
|
6923
|
-
* Queries
|
|
6775
|
+
* Queries the rule templates that are supported by Cloud Config.
|
|
6924
6776
|
*
|
|
6925
6777
|
* @remarks
|
|
6926
|
-
* ###
|
|
6927
|
-
* For more information about
|
|
6928
|
-
* ###
|
|
6929
|
-
* This topic provides an example
|
|
6778
|
+
* ### Background information
|
|
6779
|
+
* 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).
|
|
6780
|
+
* ### Usage notes
|
|
6781
|
+
* 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.
|
|
6930
6782
|
*
|
|
6931
6783
|
* @param request - ListManagedRulesRequest
|
|
6932
6784
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6977,13 +6829,13 @@ export default class Client extends OpenApi {
|
|
|
6977
6829
|
}
|
|
6978
6830
|
|
|
6979
6831
|
/**
|
|
6980
|
-
* Queries
|
|
6832
|
+
* Queries the rule templates that are supported by Cloud Config.
|
|
6981
6833
|
*
|
|
6982
6834
|
* @remarks
|
|
6983
|
-
* ###
|
|
6984
|
-
* For more information about
|
|
6985
|
-
* ###
|
|
6986
|
-
* This topic provides an example
|
|
6835
|
+
* ### Background information
|
|
6836
|
+
* 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).
|
|
6837
|
+
* ### Usage notes
|
|
6838
|
+
* 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.
|
|
6987
6839
|
*
|
|
6988
6840
|
* @param request - ListManagedRulesRequest
|
|
6989
6841
|
* @returns ListManagedRulesResponse
|
|
@@ -6994,11 +6846,11 @@ export default class Client extends OpenApi {
|
|
|
6994
6846
|
}
|
|
6995
6847
|
|
|
6996
6848
|
/**
|
|
6997
|
-
* Queries
|
|
6849
|
+
* Queries the proactive rules supported by Cloud Config.
|
|
6998
6850
|
*
|
|
6999
6851
|
* @remarks
|
|
7000
|
-
* For more information about
|
|
7001
|
-
*
|
|
6852
|
+
* 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).
|
|
6853
|
+
* Proactive rules and rule templates originate from the same source rules. After you create resources, proactive rules continuously check your resources for compliance.
|
|
7002
6854
|
*
|
|
7003
6855
|
* @param tmpReq - ListPreManagedRulesRequest
|
|
7004
6856
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7043,11 +6895,11 @@ export default class Client extends OpenApi {
|
|
|
7043
6895
|
}
|
|
7044
6896
|
|
|
7045
6897
|
/**
|
|
7046
|
-
* Queries
|
|
6898
|
+
* Queries the proactive rules supported by Cloud Config.
|
|
7047
6899
|
*
|
|
7048
6900
|
* @remarks
|
|
7049
|
-
* For more information about
|
|
7050
|
-
*
|
|
6901
|
+
* 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).
|
|
6902
|
+
* Proactive rules and rule templates originate from the same source rules. After you create resources, proactive rules continuously check your resources for compliance.
|
|
7051
6903
|
*
|
|
7052
6904
|
* @param request - ListPreManagedRulesRequest
|
|
7053
6905
|
* @returns ListPreManagedRulesResponse
|
|
@@ -7058,7 +6910,7 @@ export default class Client extends OpenApi {
|
|
|
7058
6910
|
}
|
|
7059
6911
|
|
|
7060
6912
|
/**
|
|
7061
|
-
*
|
|
6913
|
+
* This operation obtains a list of recommended managed rules.
|
|
7062
6914
|
*
|
|
7063
6915
|
* @param request - ListRecommendManagedRulesRequest
|
|
7064
6916
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7121,7 +6973,7 @@ export default class Client extends OpenApi {
|
|
|
7121
6973
|
}
|
|
7122
6974
|
|
|
7123
6975
|
/**
|
|
7124
|
-
*
|
|
6976
|
+
* This operation obtains a list of recommended managed rules.
|
|
7125
6977
|
*
|
|
7126
6978
|
* @param request - ListRecommendManagedRulesRequest
|
|
7127
6979
|
* @returns ListRecommendManagedRulesResponse
|
|
@@ -7132,10 +6984,7 @@ export default class Client extends OpenApi {
|
|
|
7132
6984
|
}
|
|
7133
6985
|
|
|
7134
6986
|
/**
|
|
7135
|
-
*
|
|
7136
|
-
*
|
|
7137
|
-
* @remarks
|
|
7138
|
-
* This topic provides an example on how to query the remediation records of the rule cr-5392626622af0000\\*\\*\\*\\*.
|
|
6987
|
+
* 修正执行历史
|
|
7139
6988
|
*
|
|
7140
6989
|
* @param request - ListRemediationExecutionsRequest
|
|
7141
6990
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7178,10 +7027,7 @@ export default class Client extends OpenApi {
|
|
|
7178
7027
|
}
|
|
7179
7028
|
|
|
7180
7029
|
/**
|
|
7181
|
-
*
|
|
7182
|
-
*
|
|
7183
|
-
* @remarks
|
|
7184
|
-
* This topic provides an example on how to query the remediation records of the rule cr-5392626622af0000\\*\\*\\*\\*.
|
|
7030
|
+
* 修正执行历史
|
|
7185
7031
|
*
|
|
7186
7032
|
* @param request - ListRemediationExecutionsRequest
|
|
7187
7033
|
* @returns ListRemediationExecutionsResponse
|
|
@@ -7192,10 +7038,7 @@ export default class Client extends OpenApi {
|
|
|
7192
7038
|
}
|
|
7193
7039
|
|
|
7194
7040
|
/**
|
|
7195
|
-
*
|
|
7196
|
-
*
|
|
7197
|
-
* @remarks
|
|
7198
|
-
* 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.
|
|
7041
|
+
* 修正模版列表
|
|
7199
7042
|
*
|
|
7200
7043
|
* @param request - ListRemediationTemplatesRequest
|
|
7201
7044
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7238,10 +7081,7 @@ export default class Client extends OpenApi {
|
|
|
7238
7081
|
}
|
|
7239
7082
|
|
|
7240
7083
|
/**
|
|
7241
|
-
*
|
|
7242
|
-
*
|
|
7243
|
-
* @remarks
|
|
7244
|
-
* 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.
|
|
7084
|
+
* 修正模版列表
|
|
7245
7085
|
*
|
|
7246
7086
|
* @param request - ListRemediationTemplatesRequest
|
|
7247
7087
|
* @returns ListRemediationTemplatesResponse
|
|
@@ -7252,10 +7092,7 @@ export default class Client extends OpenApi {
|
|
|
7252
7092
|
}
|
|
7253
7093
|
|
|
7254
7094
|
/**
|
|
7255
|
-
*
|
|
7256
|
-
*
|
|
7257
|
-
* @remarks
|
|
7258
|
-
* This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
|
|
7095
|
+
* 查询规则的修正
|
|
7259
7096
|
*
|
|
7260
7097
|
* @param request - ListRemediationsRequest
|
|
7261
7098
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7294,10 +7131,7 @@ export default class Client extends OpenApi {
|
|
|
7294
7131
|
}
|
|
7295
7132
|
|
|
7296
7133
|
/**
|
|
7297
|
-
*
|
|
7298
|
-
*
|
|
7299
|
-
* @remarks
|
|
7300
|
-
* This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
|
|
7134
|
+
* 查询规则的修正
|
|
7301
7135
|
*
|
|
7302
7136
|
* @param request - ListRemediationsRequest
|
|
7303
7137
|
* @returns ListRemediationsResponse
|
|
@@ -7308,7 +7142,7 @@ export default class Client extends OpenApi {
|
|
|
7308
7142
|
}
|
|
7309
7143
|
|
|
7310
7144
|
/**
|
|
7311
|
-
*
|
|
7145
|
+
* Queries the details of compliance report templates in batches.
|
|
7312
7146
|
*
|
|
7313
7147
|
* @param request - ListReportTemplatesRequest
|
|
7314
7148
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7347,7 +7181,7 @@ export default class Client extends OpenApi {
|
|
|
7347
7181
|
}
|
|
7348
7182
|
|
|
7349
7183
|
/**
|
|
7350
|
-
*
|
|
7184
|
+
* Queries the details of compliance report templates in batches.
|
|
7351
7185
|
*
|
|
7352
7186
|
* @param request - ListReportTemplatesRequest
|
|
7353
7187
|
* @returns ListReportTemplatesResponse
|
|
@@ -7358,10 +7192,7 @@ export default class Client extends OpenApi {
|
|
|
7358
7192
|
}
|
|
7359
7193
|
|
|
7360
7194
|
/**
|
|
7361
|
-
* Queries the
|
|
7362
|
-
*
|
|
7363
|
-
* @remarks
|
|
7364
|
-
* 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.
|
|
7195
|
+
* Queries the evaluation results for a resource based on a rule.
|
|
7365
7196
|
*
|
|
7366
7197
|
* @param request - ListResourceEvaluationResultsRequest
|
|
7367
7198
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7420,10 +7251,7 @@ export default class Client extends OpenApi {
|
|
|
7420
7251
|
}
|
|
7421
7252
|
|
|
7422
7253
|
/**
|
|
7423
|
-
* Queries the
|
|
7424
|
-
*
|
|
7425
|
-
* @remarks
|
|
7426
|
-
* 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.
|
|
7254
|
+
* Queries the evaluation results for a resource based on a rule.
|
|
7427
7255
|
*
|
|
7428
7256
|
* @param request - ListResourceEvaluationResultsRequest
|
|
7429
7257
|
* @returns ListResourceEvaluationResultsResponse
|
|
@@ -7434,11 +7262,7 @@ export default class Client extends OpenApi {
|
|
|
7434
7262
|
}
|
|
7435
7263
|
|
|
7436
7264
|
/**
|
|
7437
|
-
*
|
|
7438
|
-
*
|
|
7439
|
-
* @remarks
|
|
7440
|
-
* 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).
|
|
7441
|
-
* 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.
|
|
7265
|
+
* 获取资源关系列表
|
|
7442
7266
|
*
|
|
7443
7267
|
* @param request - ListResourceRelationsRequest
|
|
7444
7268
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7497,11 +7321,7 @@ export default class Client extends OpenApi {
|
|
|
7497
7321
|
}
|
|
7498
7322
|
|
|
7499
7323
|
/**
|
|
7500
|
-
*
|
|
7501
|
-
*
|
|
7502
|
-
* @remarks
|
|
7503
|
-
* 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).
|
|
7504
|
-
* 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.
|
|
7324
|
+
* 获取资源关系列表
|
|
7505
7325
|
*
|
|
7506
7326
|
* @param request - ListResourceRelationsRequest
|
|
7507
7327
|
* @returns ListResourceRelationsResponse
|
|
@@ -7512,14 +7332,7 @@ export default class Client extends OpenApi {
|
|
|
7512
7332
|
}
|
|
7513
7333
|
|
|
7514
7334
|
/**
|
|
7515
|
-
*
|
|
7516
|
-
*
|
|
7517
|
-
* @remarks
|
|
7518
|
-
* 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).
|
|
7519
|
-
* >
|
|
7520
|
-
* * 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.
|
|
7521
|
-
* * 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).
|
|
7522
|
-
* 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.
|
|
7335
|
+
* 资源列表高级搜索接口
|
|
7523
7336
|
*
|
|
7524
7337
|
* @param request - ListResourcesByAdvancedSearchRequest
|
|
7525
7338
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7550,14 +7363,7 @@ export default class Client extends OpenApi {
|
|
|
7550
7363
|
}
|
|
7551
7364
|
|
|
7552
7365
|
/**
|
|
7553
|
-
*
|
|
7554
|
-
*
|
|
7555
|
-
* @remarks
|
|
7556
|
-
* 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).
|
|
7557
|
-
* >
|
|
7558
|
-
* * 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.
|
|
7559
|
-
* * 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).
|
|
7560
|
-
* 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.
|
|
7366
|
+
* 资源列表高级搜索接口
|
|
7561
7367
|
*
|
|
7562
7368
|
* @param request - ListResourcesByAdvancedSearchRequest
|
|
7563
7369
|
* @returns ListResourcesByAdvancedSearchResponse
|
|
@@ -7620,7 +7426,7 @@ export default class Client extends OpenApi {
|
|
|
7620
7426
|
}
|
|
7621
7427
|
|
|
7622
7428
|
/**
|
|
7623
|
-
* Queries tags
|
|
7429
|
+
* Queries the tags attached to resources in Cloud Config.
|
|
7624
7430
|
*
|
|
7625
7431
|
* @param tmpReq - ListTagResourcesRequest
|
|
7626
7432
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7673,7 +7479,7 @@ export default class Client extends OpenApi {
|
|
|
7673
7479
|
}
|
|
7674
7480
|
|
|
7675
7481
|
/**
|
|
7676
|
-
* Queries tags
|
|
7482
|
+
* Queries the tags attached to resources in Cloud Config.
|
|
7677
7483
|
*
|
|
7678
7484
|
* @param request - ListTagResourcesRequest
|
|
7679
7485
|
* @returns ListTagResourcesResponse
|
|
@@ -7684,10 +7490,7 @@ export default class Client extends OpenApi {
|
|
|
7684
7490
|
}
|
|
7685
7491
|
|
|
7686
7492
|
/**
|
|
7687
|
-
*
|
|
7688
|
-
*
|
|
7689
|
-
* @remarks
|
|
7690
|
-
* 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).
|
|
7493
|
+
* 自定义规则评估结果回调
|
|
7691
7494
|
*
|
|
7692
7495
|
* @param request - PutEvaluationsRequest
|
|
7693
7496
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7726,10 +7529,7 @@ export default class Client extends OpenApi {
|
|
|
7726
7529
|
}
|
|
7727
7530
|
|
|
7728
7531
|
/**
|
|
7729
|
-
*
|
|
7730
|
-
*
|
|
7731
|
-
* @remarks
|
|
7732
|
-
* 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).
|
|
7532
|
+
* 自定义规则评估结果回调
|
|
7733
7533
|
*
|
|
7734
7534
|
* @param request - PutEvaluationsRequest
|
|
7735
7535
|
* @returns PutEvaluationsResponse
|
|
@@ -7740,13 +7540,7 @@ export default class Client extends OpenApi {
|
|
|
7740
7540
|
}
|
|
7741
7541
|
|
|
7742
7542
|
/**
|
|
7743
|
-
*
|
|
7744
|
-
*
|
|
7745
|
-
* @remarks
|
|
7746
|
-
* ### [](#)Prerequisites
|
|
7747
|
-
* 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).
|
|
7748
|
-
* ### [](#)Description
|
|
7749
|
-
* 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****`.
|
|
7543
|
+
* 取消评估结果的忽略状态
|
|
7750
7544
|
*
|
|
7751
7545
|
* @param tmpReq - RevertAggregateEvaluationResultsRequest
|
|
7752
7546
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7791,13 +7585,7 @@ export default class Client extends OpenApi {
|
|
|
7791
7585
|
}
|
|
7792
7586
|
|
|
7793
7587
|
/**
|
|
7794
|
-
*
|
|
7795
|
-
*
|
|
7796
|
-
* @remarks
|
|
7797
|
-
* ### [](#)Prerequisites
|
|
7798
|
-
* 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).
|
|
7799
|
-
* ### [](#)Description
|
|
7800
|
-
* 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****`.
|
|
7588
|
+
* 取消评估结果的忽略状态
|
|
7801
7589
|
*
|
|
7802
7590
|
* @param request - RevertAggregateEvaluationResultsRequest
|
|
7803
7591
|
* @returns RevertAggregateEvaluationResultsResponse
|
|
@@ -7808,13 +7596,7 @@ export default class Client extends OpenApi {
|
|
|
7808
7596
|
}
|
|
7809
7597
|
|
|
7810
7598
|
/**
|
|
7811
|
-
*
|
|
7812
|
-
*
|
|
7813
|
-
* @remarks
|
|
7814
|
-
* ### [](#)Prerequisites
|
|
7815
|
-
* 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).
|
|
7816
|
-
* ### [](#)Description
|
|
7817
|
-
* 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****`.
|
|
7599
|
+
* 恢复已忽略的某条规则对某些资源的评估结果后,继续显示该规则对资源的评估结果
|
|
7818
7600
|
*
|
|
7819
7601
|
* @param tmpReq - RevertEvaluationResultsRequest
|
|
7820
7602
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7855,13 +7637,7 @@ export default class Client extends OpenApi {
|
|
|
7855
7637
|
}
|
|
7856
7638
|
|
|
7857
7639
|
/**
|
|
7858
|
-
*
|
|
7859
|
-
*
|
|
7860
|
-
* @remarks
|
|
7861
|
-
* ### [](#)Prerequisites
|
|
7862
|
-
* 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).
|
|
7863
|
-
* ### [](#)Description
|
|
7864
|
-
* 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****`.
|
|
7640
|
+
* 恢复已忽略的某条规则对某些资源的评估结果后,继续显示该规则对资源的评估结果
|
|
7865
7641
|
*
|
|
7866
7642
|
* @param request - RevertEvaluationResultsRequest
|
|
7867
7643
|
* @returns RevertEvaluationResultsResponse
|
|
@@ -7872,11 +7648,7 @@ export default class Client extends OpenApi {
|
|
|
7872
7648
|
}
|
|
7873
7649
|
|
|
7874
7650
|
/**
|
|
7875
|
-
*
|
|
7876
|
-
*
|
|
7877
|
-
* @remarks
|
|
7878
|
-
* > 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).
|
|
7879
|
-
* The sample request in this topic shows how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
|
|
7651
|
+
* 重新审计指定账号组内的某条规则或某个合规包中的所有规则
|
|
7880
7652
|
*
|
|
7881
7653
|
* @param request - StartAggregateConfigRuleEvaluationRequest
|
|
7882
7654
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7919,11 +7691,7 @@ export default class Client extends OpenApi {
|
|
|
7919
7691
|
}
|
|
7920
7692
|
|
|
7921
7693
|
/**
|
|
7922
|
-
*
|
|
7923
|
-
*
|
|
7924
|
-
* @remarks
|
|
7925
|
-
* > 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).
|
|
7926
|
-
* The sample request in this topic shows how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
|
|
7694
|
+
* 重新审计指定账号组内的某条规则或某个合规包中的所有规则
|
|
7927
7695
|
*
|
|
7928
7696
|
* @param request - StartAggregateConfigRuleEvaluationRequest
|
|
7929
7697
|
* @returns StartAggregateConfigRuleEvaluationResponse
|
|
@@ -7934,10 +7702,10 @@ export default class Client extends OpenApi {
|
|
|
7934
7702
|
}
|
|
7935
7703
|
|
|
7936
7704
|
/**
|
|
7937
|
-
*
|
|
7705
|
+
* Manually run remediation for a specified account group rule.
|
|
7938
7706
|
*
|
|
7939
7707
|
* @remarks
|
|
7940
|
-
* This topic
|
|
7708
|
+
* 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.
|
|
7941
7709
|
*
|
|
7942
7710
|
* @param request - StartAggregateRemediationRequest
|
|
7943
7711
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7958,6 +7726,18 @@ export default class Client extends OpenApi {
|
|
|
7958
7726
|
query["ResourceAccountId"] = request.resourceAccountId;
|
|
7959
7727
|
}
|
|
7960
7728
|
|
|
7729
|
+
if (!$dara.isNull(request.resourceId)) {
|
|
7730
|
+
query["ResourceId"] = request.resourceId;
|
|
7731
|
+
}
|
|
7732
|
+
|
|
7733
|
+
if (!$dara.isNull(request.resourceRegionId)) {
|
|
7734
|
+
query["ResourceRegionId"] = request.resourceRegionId;
|
|
7735
|
+
}
|
|
7736
|
+
|
|
7737
|
+
if (!$dara.isNull(request.resourceType)) {
|
|
7738
|
+
query["ResourceType"] = request.resourceType;
|
|
7739
|
+
}
|
|
7740
|
+
|
|
7961
7741
|
let req = new $OpenApiUtil.OpenApiRequest({
|
|
7962
7742
|
query: OpenApiUtil.query(query),
|
|
7963
7743
|
});
|
|
@@ -7976,10 +7756,10 @@ export default class Client extends OpenApi {
|
|
|
7976
7756
|
}
|
|
7977
7757
|
|
|
7978
7758
|
/**
|
|
7979
|
-
*
|
|
7759
|
+
* Manually run remediation for a specified account group rule.
|
|
7980
7760
|
*
|
|
7981
7761
|
* @remarks
|
|
7982
|
-
* This topic
|
|
7762
|
+
* 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.
|
|
7983
7763
|
*
|
|
7984
7764
|
* @param request - StartAggregateRemediationRequest
|
|
7985
7765
|
* @returns StartAggregateRemediationResponse
|
|
@@ -7990,10 +7770,10 @@ export default class Client extends OpenApi {
|
|
|
7990
7770
|
}
|
|
7991
7771
|
|
|
7992
7772
|
/**
|
|
7993
|
-
* Re-evaluates
|
|
7773
|
+
* Re-evaluates a specific rule or all rules in a compliance package.
|
|
7994
7774
|
*
|
|
7995
7775
|
* @remarks
|
|
7996
|
-
*
|
|
7776
|
+
* This topic provides an example of how to re-evaluate the rule cr-9920626622af0035\\*\\*\\*\\*.
|
|
7997
7777
|
*
|
|
7998
7778
|
* @param request - StartConfigRuleEvaluationRequest
|
|
7999
7779
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8032,10 +7812,10 @@ export default class Client extends OpenApi {
|
|
|
8032
7812
|
}
|
|
8033
7813
|
|
|
8034
7814
|
/**
|
|
8035
|
-
* Re-evaluates
|
|
7815
|
+
* Re-evaluates a specific rule or all rules in a compliance package.
|
|
8036
7816
|
*
|
|
8037
7817
|
* @remarks
|
|
8038
|
-
*
|
|
7818
|
+
* This topic provides an example of how to re-evaluate the rule cr-9920626622af0035\\*\\*\\*\\*.
|
|
8039
7819
|
*
|
|
8040
7820
|
* @param request - StartConfigRuleEvaluationRequest
|
|
8041
7821
|
* @returns StartConfigRuleEvaluationResponse
|
|
@@ -8046,7 +7826,7 @@ export default class Client extends OpenApi {
|
|
|
8046
7826
|
}
|
|
8047
7827
|
|
|
8048
7828
|
/**
|
|
8049
|
-
*
|
|
7829
|
+
* Starts a re-evaluation of a single resource.
|
|
8050
7830
|
*
|
|
8051
7831
|
* @param request - StartConfigRuleEvaluationByResourceRequest
|
|
8052
7832
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8077,7 +7857,7 @@ export default class Client extends OpenApi {
|
|
|
8077
7857
|
}
|
|
8078
7858
|
|
|
8079
7859
|
/**
|
|
8080
|
-
*
|
|
7860
|
+
* Starts a re-evaluation of a single resource.
|
|
8081
7861
|
*
|
|
8082
7862
|
* @param request - StartConfigRuleEvaluationByResourceRequest
|
|
8083
7863
|
* @returns StartConfigRuleEvaluationByResourceResponse
|
|
@@ -8088,10 +7868,7 @@ export default class Client extends OpenApi {
|
|
|
8088
7868
|
}
|
|
8089
7869
|
|
|
8090
7870
|
/**
|
|
8091
|
-
*
|
|
8092
|
-
*
|
|
8093
|
-
* @remarks
|
|
8094
|
-
* This topic provides an example on how to enable Cloud Config to monitor the resources of your Alibaba Cloud account.
|
|
7871
|
+
* 启用配置审计服务
|
|
8095
7872
|
*
|
|
8096
7873
|
* @param request - StartConfigurationRecorderRequest
|
|
8097
7874
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8114,10 +7891,7 @@ export default class Client extends OpenApi {
|
|
|
8114
7891
|
}
|
|
8115
7892
|
|
|
8116
7893
|
/**
|
|
8117
|
-
*
|
|
8118
|
-
*
|
|
8119
|
-
* @remarks
|
|
8120
|
-
* This topic provides an example on how to enable Cloud Config to monitor the resources of your Alibaba Cloud account.
|
|
7894
|
+
* 启用配置审计服务
|
|
8121
7895
|
* @returns StartConfigurationRecorderResponse
|
|
8122
7896
|
*/
|
|
8123
7897
|
async startConfigurationRecorder(): Promise<$_model.StartConfigurationRecorderResponse> {
|
|
@@ -8126,10 +7900,10 @@ export default class Client extends OpenApi {
|
|
|
8126
7900
|
}
|
|
8127
7901
|
|
|
8128
7902
|
/**
|
|
8129
|
-
*
|
|
7903
|
+
* Manually execute the specified rule remediation.
|
|
8130
7904
|
*
|
|
8131
7905
|
* @remarks
|
|
8132
|
-
* This topic provides an example
|
|
7906
|
+
* This topic provides an example of a manual remediation for rule `cr-8a973ac2e2be00a2****`. The returned result indicates a successful manual remediation.
|
|
8133
7907
|
*
|
|
8134
7908
|
* @param request - StartRemediationRequest
|
|
8135
7909
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8142,6 +7916,18 @@ export default class Client extends OpenApi {
|
|
|
8142
7916
|
query["ConfigRuleId"] = request.configRuleId;
|
|
8143
7917
|
}
|
|
8144
7918
|
|
|
7919
|
+
if (!$dara.isNull(request.resourceId)) {
|
|
7920
|
+
query["ResourceId"] = request.resourceId;
|
|
7921
|
+
}
|
|
7922
|
+
|
|
7923
|
+
if (!$dara.isNull(request.resourceRegionId)) {
|
|
7924
|
+
query["ResourceRegionId"] = request.resourceRegionId;
|
|
7925
|
+
}
|
|
7926
|
+
|
|
7927
|
+
if (!$dara.isNull(request.resourceType)) {
|
|
7928
|
+
query["ResourceType"] = request.resourceType;
|
|
7929
|
+
}
|
|
7930
|
+
|
|
8145
7931
|
let req = new $OpenApiUtil.OpenApiRequest({
|
|
8146
7932
|
query: OpenApiUtil.query(query),
|
|
8147
7933
|
});
|
|
@@ -8160,10 +7946,10 @@ export default class Client extends OpenApi {
|
|
|
8160
7946
|
}
|
|
8161
7947
|
|
|
8162
7948
|
/**
|
|
8163
|
-
*
|
|
7949
|
+
* Manually execute the specified rule remediation.
|
|
8164
7950
|
*
|
|
8165
7951
|
* @remarks
|
|
8166
|
-
* This topic provides an example
|
|
7952
|
+
* This topic provides an example of a manual remediation for rule `cr-8a973ac2e2be00a2****`. The returned result indicates a successful manual remediation.
|
|
8167
7953
|
*
|
|
8168
7954
|
* @param request - StartRemediationRequest
|
|
8169
7955
|
* @returns StartRemediationResponse
|
|
@@ -8174,10 +7960,7 @@ export default class Client extends OpenApi {
|
|
|
8174
7960
|
}
|
|
8175
7961
|
|
|
8176
7962
|
/**
|
|
8177
|
-
*
|
|
8178
|
-
*
|
|
8179
|
-
* @remarks
|
|
8180
|
-
* > 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.
|
|
7963
|
+
* 停用配置审计服务
|
|
8181
7964
|
*
|
|
8182
7965
|
* @param request - StopConfigurationRecorderRequest
|
|
8183
7966
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8200,10 +7983,7 @@ export default class Client extends OpenApi {
|
|
|
8200
7983
|
}
|
|
8201
7984
|
|
|
8202
7985
|
/**
|
|
8203
|
-
*
|
|
8204
|
-
*
|
|
8205
|
-
* @remarks
|
|
8206
|
-
* > 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.
|
|
7986
|
+
* 停用配置审计服务
|
|
8207
7987
|
* @returns StopConfigurationRecorderResponse
|
|
8208
7988
|
*/
|
|
8209
7989
|
async stopConfigurationRecorder(): Promise<$_model.StopConfigurationRecorderResponse> {
|
|
@@ -8212,7 +7992,7 @@ export default class Client extends OpenApi {
|
|
|
8212
7992
|
}
|
|
8213
7993
|
|
|
8214
7994
|
/**
|
|
8215
|
-
*
|
|
7995
|
+
* Attaches tags to CloudConfig rules, account groups, and compliance packages.
|
|
8216
7996
|
*
|
|
8217
7997
|
* @param tmpReq - TagResourcesRequest
|
|
8218
7998
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8261,7 +8041,7 @@ export default class Client extends OpenApi {
|
|
|
8261
8041
|
}
|
|
8262
8042
|
|
|
8263
8043
|
/**
|
|
8264
|
-
*
|
|
8044
|
+
* Attaches tags to CloudConfig rules, account groups, and compliance packages.
|
|
8265
8045
|
*
|
|
8266
8046
|
* @param request - TagResourcesRequest
|
|
8267
8047
|
* @returns TagResourcesResponse
|
|
@@ -8272,7 +8052,7 @@ export default class Client extends OpenApi {
|
|
|
8272
8052
|
}
|
|
8273
8053
|
|
|
8274
8054
|
/**
|
|
8275
|
-
*
|
|
8055
|
+
* Sends a real-time test notification.
|
|
8276
8056
|
*
|
|
8277
8057
|
* @param request - TriggerReportSendRequest
|
|
8278
8058
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8303,7 +8083,7 @@ export default class Client extends OpenApi {
|
|
|
8303
8083
|
}
|
|
8304
8084
|
|
|
8305
8085
|
/**
|
|
8306
|
-
*
|
|
8086
|
+
* Sends a real-time test notification.
|
|
8307
8087
|
*
|
|
8308
8088
|
* @param request - TriggerReportSendRequest
|
|
8309
8089
|
* @returns TriggerReportSendResponse
|
|
@@ -8314,7 +8094,7 @@ export default class Client extends OpenApi {
|
|
|
8314
8094
|
}
|
|
8315
8095
|
|
|
8316
8096
|
/**
|
|
8317
|
-
*
|
|
8097
|
+
* Detaches tags from resources in Cloud Config.
|
|
8318
8098
|
*
|
|
8319
8099
|
* @param request - UntagResourcesRequest
|
|
8320
8100
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8361,7 +8141,7 @@ export default class Client extends OpenApi {
|
|
|
8361
8141
|
}
|
|
8362
8142
|
|
|
8363
8143
|
/**
|
|
8364
|
-
*
|
|
8144
|
+
* Detaches tags from resources in Cloud Config.
|
|
8365
8145
|
*
|
|
8366
8146
|
* @param request - UntagResourcesRequest
|
|
8367
8147
|
* @returns UntagResourcesResponse
|
|
@@ -8372,10 +8152,10 @@ export default class Client extends OpenApi {
|
|
|
8372
8152
|
}
|
|
8373
8153
|
|
|
8374
8154
|
/**
|
|
8375
|
-
*
|
|
8155
|
+
* Updates a compliance pack in a specified account group.
|
|
8376
8156
|
*
|
|
8377
8157
|
* @remarks
|
|
8378
|
-
* This topic provides an example
|
|
8158
|
+
* 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.
|
|
8379
8159
|
*
|
|
8380
8160
|
* @param tmpReq - UpdateAggregateCompliancePackRequest
|
|
8381
8161
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8491,10 +8271,10 @@ export default class Client extends OpenApi {
|
|
|
8491
8271
|
}
|
|
8492
8272
|
|
|
8493
8273
|
/**
|
|
8494
|
-
*
|
|
8274
|
+
* Updates a compliance pack in a specified account group.
|
|
8495
8275
|
*
|
|
8496
8276
|
* @remarks
|
|
8497
|
-
* This topic provides an example
|
|
8277
|
+
* 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.
|
|
8498
8278
|
*
|
|
8499
8279
|
* @param request - UpdateAggregateCompliancePackRequest
|
|
8500
8280
|
* @returns UpdateAggregateCompliancePackResponse
|
|
@@ -8505,10 +8285,7 @@ export default class Client extends OpenApi {
|
|
|
8505
8285
|
}
|
|
8506
8286
|
|
|
8507
8287
|
/**
|
|
8508
|
-
*
|
|
8509
|
-
*
|
|
8510
|
-
* @remarks
|
|
8511
|
-
* 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.
|
|
8288
|
+
* 账号组修改投递渠道
|
|
8512
8289
|
*
|
|
8513
8290
|
* @param request - UpdateAggregateConfigDeliveryChannelRequest
|
|
8514
8291
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8591,10 +8368,7 @@ export default class Client extends OpenApi {
|
|
|
8591
8368
|
}
|
|
8592
8369
|
|
|
8593
8370
|
/**
|
|
8594
|
-
*
|
|
8595
|
-
*
|
|
8596
|
-
* @remarks
|
|
8597
|
-
* 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.
|
|
8371
|
+
* 账号组修改投递渠道
|
|
8598
8372
|
*
|
|
8599
8373
|
* @param request - UpdateAggregateConfigDeliveryChannelRequest
|
|
8600
8374
|
* @returns UpdateAggregateConfigDeliveryChannelResponse
|
|
@@ -8605,10 +8379,10 @@ export default class Client extends OpenApi {
|
|
|
8605
8379
|
}
|
|
8606
8380
|
|
|
8607
8381
|
/**
|
|
8608
|
-
* Modifies the description, input parameters, and risk level of a rule in a
|
|
8382
|
+
* Modifies the description, input parameters, and risk level of a rule in a specified account group.
|
|
8609
8383
|
*
|
|
8610
8384
|
* @remarks
|
|
8611
|
-
* This topic provides an example
|
|
8385
|
+
* 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).
|
|
8612
8386
|
*
|
|
8613
8387
|
* @param tmpReq - UpdateAggregateConfigRuleRequest
|
|
8614
8388
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8648,6 +8422,10 @@ export default class Client extends OpenApi {
|
|
|
8648
8422
|
body["ClientToken"] = request.clientToken;
|
|
8649
8423
|
}
|
|
8650
8424
|
|
|
8425
|
+
if (!$dara.isNull(request.conditions)) {
|
|
8426
|
+
body["Conditions"] = request.conditions;
|
|
8427
|
+
}
|
|
8428
|
+
|
|
8651
8429
|
if (!$dara.isNull(request.configRuleId)) {
|
|
8652
8430
|
body["ConfigRuleId"] = request.configRuleId;
|
|
8653
8431
|
}
|
|
@@ -8764,10 +8542,10 @@ export default class Client extends OpenApi {
|
|
|
8764
8542
|
}
|
|
8765
8543
|
|
|
8766
8544
|
/**
|
|
8767
|
-
* Modifies the description, input parameters, and risk level of a rule in a
|
|
8545
|
+
* Modifies the description, input parameters, and risk level of a rule in a specified account group.
|
|
8768
8546
|
*
|
|
8769
8547
|
* @remarks
|
|
8770
|
-
* This topic provides an example
|
|
8548
|
+
* 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).
|
|
8771
8549
|
*
|
|
8772
8550
|
* @param request - UpdateAggregateConfigRuleRequest
|
|
8773
8551
|
* @returns UpdateAggregateConfigRuleResponse
|
|
@@ -8778,10 +8556,10 @@ export default class Client extends OpenApi {
|
|
|
8778
8556
|
}
|
|
8779
8557
|
|
|
8780
8558
|
/**
|
|
8781
|
-
*
|
|
8559
|
+
* Updates a specified rule remediation.
|
|
8782
8560
|
*
|
|
8783
8561
|
* @remarks
|
|
8784
|
-
* This topic
|
|
8562
|
+
* 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****`.
|
|
8785
8563
|
*
|
|
8786
8564
|
* @param request - UpdateAggregateRemediationRequest
|
|
8787
8565
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8836,10 +8614,10 @@ export default class Client extends OpenApi {
|
|
|
8836
8614
|
}
|
|
8837
8615
|
|
|
8838
8616
|
/**
|
|
8839
|
-
*
|
|
8617
|
+
* Updates a specified rule remediation.
|
|
8840
8618
|
*
|
|
8841
8619
|
* @remarks
|
|
8842
|
-
* This topic
|
|
8620
|
+
* 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****`.
|
|
8843
8621
|
*
|
|
8844
8622
|
* @param request - UpdateAggregateRemediationRequest
|
|
8845
8623
|
* @returns UpdateAggregateRemediationResponse
|
|
@@ -8850,10 +8628,10 @@ export default class Client extends OpenApi {
|
|
|
8850
8628
|
}
|
|
8851
8629
|
|
|
8852
8630
|
/**
|
|
8853
|
-
* The management account or delegated administrator account of a resource directory can
|
|
8631
|
+
* 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.
|
|
8854
8632
|
*
|
|
8855
8633
|
* @remarks
|
|
8856
|
-
* This topic provides an example
|
|
8634
|
+
* 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`.
|
|
8857
8635
|
*
|
|
8858
8636
|
* @param tmpReq - UpdateAggregatorRequest
|
|
8859
8637
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8920,10 +8698,10 @@ export default class Client extends OpenApi {
|
|
|
8920
8698
|
}
|
|
8921
8699
|
|
|
8922
8700
|
/**
|
|
8923
|
-
* The management account or delegated administrator account of a resource directory can
|
|
8701
|
+
* 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.
|
|
8924
8702
|
*
|
|
8925
8703
|
* @remarks
|
|
8926
|
-
* This topic provides an example
|
|
8704
|
+
* 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`.
|
|
8927
8705
|
*
|
|
8928
8706
|
* @param request - UpdateAggregatorRequest
|
|
8929
8707
|
* @returns UpdateAggregatorResponse
|
|
@@ -8934,10 +8712,10 @@ export default class Client extends OpenApi {
|
|
|
8934
8712
|
}
|
|
8935
8713
|
|
|
8936
8714
|
/**
|
|
8937
|
-
*
|
|
8715
|
+
* Updates the configuration of a specified compliance pack in the current account.
|
|
8938
8716
|
*
|
|
8939
8717
|
* @remarks
|
|
8940
|
-
* This topic provides an example
|
|
8718
|
+
* 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****`.
|
|
8941
8719
|
*
|
|
8942
8720
|
* @param tmpReq - UpdateCompliancePackRequest
|
|
8943
8721
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9049,10 +8827,10 @@ export default class Client extends OpenApi {
|
|
|
9049
8827
|
}
|
|
9050
8828
|
|
|
9051
8829
|
/**
|
|
9052
|
-
*
|
|
8830
|
+
* Updates the configuration of a specified compliance pack in the current account.
|
|
9053
8831
|
*
|
|
9054
8832
|
* @remarks
|
|
9055
|
-
* This topic provides an example
|
|
8833
|
+
* 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****`.
|
|
9056
8834
|
*
|
|
9057
8835
|
* @param request - UpdateCompliancePackRequest
|
|
9058
8836
|
* @returns UpdateCompliancePackResponse
|
|
@@ -9063,10 +8841,10 @@ export default class Client extends OpenApi {
|
|
|
9063
8841
|
}
|
|
9064
8842
|
|
|
9065
8843
|
/**
|
|
9066
|
-
*
|
|
8844
|
+
* This operation modifies a delivery channel for the current account.
|
|
9067
8845
|
*
|
|
9068
8846
|
* @remarks
|
|
9069
|
-
*
|
|
8847
|
+
* 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.
|
|
9070
8848
|
*
|
|
9071
8849
|
* @param request - UpdateConfigDeliveryChannelRequest
|
|
9072
8850
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9145,10 +8923,10 @@ export default class Client extends OpenApi {
|
|
|
9145
8923
|
}
|
|
9146
8924
|
|
|
9147
8925
|
/**
|
|
9148
|
-
*
|
|
8926
|
+
* This operation modifies a delivery channel for the current account.
|
|
9149
8927
|
*
|
|
9150
8928
|
* @remarks
|
|
9151
|
-
*
|
|
8929
|
+
* 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.
|
|
9152
8930
|
*
|
|
9153
8931
|
* @param request - UpdateConfigDeliveryChannelRequest
|
|
9154
8932
|
* @returns UpdateConfigDeliveryChannelResponse
|
|
@@ -9162,7 +8940,7 @@ export default class Client extends OpenApi {
|
|
|
9162
8940
|
* Modifies the description, input parameters, and risk level of a rule.
|
|
9163
8941
|
*
|
|
9164
8942
|
* @remarks
|
|
9165
|
-
* This topic
|
|
8943
|
+
* This topic shows how to change the risk level of rule `cr-a260626622af0005****` to `3`, which indicates low risk.
|
|
9166
8944
|
*
|
|
9167
8945
|
* @param tmpReq - UpdateConfigRuleRequest
|
|
9168
8946
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9194,6 +8972,10 @@ export default class Client extends OpenApi {
|
|
|
9194
8972
|
body["ClientToken"] = request.clientToken;
|
|
9195
8973
|
}
|
|
9196
8974
|
|
|
8975
|
+
if (!$dara.isNull(request.conditions)) {
|
|
8976
|
+
body["Conditions"] = request.conditions;
|
|
8977
|
+
}
|
|
8978
|
+
|
|
9197
8979
|
if (!$dara.isNull(request.configRuleId)) {
|
|
9198
8980
|
body["ConfigRuleId"] = request.configRuleId;
|
|
9199
8981
|
}
|
|
@@ -9305,7 +9087,7 @@ export default class Client extends OpenApi {
|
|
|
9305
9087
|
* Modifies the description, input parameters, and risk level of a rule.
|
|
9306
9088
|
*
|
|
9307
9089
|
* @remarks
|
|
9308
|
-
* This topic
|
|
9090
|
+
* This topic shows how to change the risk level of rule `cr-a260626622af0005****` to `3`, which indicates low risk.
|
|
9309
9091
|
*
|
|
9310
9092
|
* @param request - UpdateConfigRuleRequest
|
|
9311
9093
|
* @returns UpdateConfigRuleResponse
|
|
@@ -9316,10 +9098,7 @@ export default class Client extends OpenApi {
|
|
|
9316
9098
|
}
|
|
9317
9099
|
|
|
9318
9100
|
/**
|
|
9319
|
-
*
|
|
9320
|
-
*
|
|
9321
|
-
* @remarks
|
|
9322
|
-
* This topic provides an example on how to change the resource monitoring scope of the current account to ACS::ECS::Instance.
|
|
9101
|
+
* 修改配置审计监控资源范围
|
|
9323
9102
|
*
|
|
9324
9103
|
* @param request - UpdateConfigurationRecorderRequest
|
|
9325
9104
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9350,10 +9129,7 @@ export default class Client extends OpenApi {
|
|
|
9350
9129
|
}
|
|
9351
9130
|
|
|
9352
9131
|
/**
|
|
9353
|
-
*
|
|
9354
|
-
*
|
|
9355
|
-
* @remarks
|
|
9356
|
-
* This topic provides an example on how to change the resource monitoring scope of the current account to ACS::ECS::Instance.
|
|
9132
|
+
* 修改配置审计监控资源范围
|
|
9357
9133
|
*
|
|
9358
9134
|
* @param request - UpdateConfigurationRecorderRequest
|
|
9359
9135
|
* @returns UpdateConfigurationRecorderResponse
|
|
@@ -9364,7 +9140,7 @@ export default class Client extends OpenApi {
|
|
|
9364
9140
|
}
|
|
9365
9141
|
|
|
9366
9142
|
/**
|
|
9367
|
-
*
|
|
9143
|
+
* 修改云产品集成用户状态
|
|
9368
9144
|
*
|
|
9369
9145
|
* @param request - UpdateIntegratedServiceStatusRequest
|
|
9370
9146
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9407,7 +9183,7 @@ export default class Client extends OpenApi {
|
|
|
9407
9183
|
}
|
|
9408
9184
|
|
|
9409
9185
|
/**
|
|
9410
|
-
*
|
|
9186
|
+
* 修改云产品集成用户状态
|
|
9411
9187
|
*
|
|
9412
9188
|
* @param request - UpdateIntegratedServiceStatusRequest
|
|
9413
9189
|
* @returns UpdateIntegratedServiceStatusResponse
|
|
@@ -9418,10 +9194,10 @@ export default class Client extends OpenApi {
|
|
|
9418
9194
|
}
|
|
9419
9195
|
|
|
9420
9196
|
/**
|
|
9421
|
-
* Updates
|
|
9197
|
+
* Updates the specified remediation setting.
|
|
9422
9198
|
*
|
|
9423
9199
|
* @remarks
|
|
9424
|
-
* This topic
|
|
9200
|
+
* This topic provides an example of how to change the execution mode for the remediation setting `crr-909ba2d4716700eb****` to `AUTO_EXECUTION` (automatic execution).
|
|
9425
9201
|
*
|
|
9426
9202
|
* @param request - UpdateRemediationRequest
|
|
9427
9203
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9476,10 +9252,10 @@ export default class Client extends OpenApi {
|
|
|
9476
9252
|
}
|
|
9477
9253
|
|
|
9478
9254
|
/**
|
|
9479
|
-
* Updates
|
|
9255
|
+
* Updates the specified remediation setting.
|
|
9480
9256
|
*
|
|
9481
9257
|
* @remarks
|
|
9482
|
-
* This topic
|
|
9258
|
+
* This topic provides an example of how to change the execution mode for the remediation setting `crr-909ba2d4716700eb****` to `AUTO_EXECUTION` (automatic execution).
|
|
9483
9259
|
*
|
|
9484
9260
|
* @param request - UpdateRemediationRequest
|
|
9485
9261
|
* @returns UpdateRemediationResponse
|
|
@@ -9490,7 +9266,7 @@ export default class Client extends OpenApi {
|
|
|
9490
9266
|
}
|
|
9491
9267
|
|
|
9492
9268
|
/**
|
|
9493
|
-
*
|
|
9269
|
+
* Updates a compliance report template.
|
|
9494
9270
|
*
|
|
9495
9271
|
* @param tmpReq - UpdateReportTemplateRequest
|
|
9496
9272
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9555,7 +9331,7 @@ export default class Client extends OpenApi {
|
|
|
9555
9331
|
}
|
|
9556
9332
|
|
|
9557
9333
|
/**
|
|
9558
|
-
*
|
|
9334
|
+
* Updates a compliance report template.
|
|
9559
9335
|
*
|
|
9560
9336
|
* @param request - UpdateReportTemplateRequest
|
|
9561
9337
|
* @returns UpdateReportTemplateResponse
|