huawei_cloud_api_definitions_RMS/
lib.rs

1#[cfg(feature = "CollectAllResourcesSummary")]
2pub mod CollectAllResourcesSummary;
3#[cfg(feature = "CountAllResources")]
4pub mod CountAllResources;
5#[cfg(feature = "CreateAggregationAuthorization")]
6pub mod CreateAggregationAuthorization;
7#[cfg(feature = "CreateConfigurationAggregator")]
8pub mod CreateConfigurationAggregator;
9#[cfg(feature = "CreateOrganizationPolicyAssignment")]
10pub mod CreateOrganizationPolicyAssignment;
11#[cfg(feature = "CreatePolicyAssignments")]
12pub mod CreatePolicyAssignments;
13#[cfg(feature = "CreateStoredQuery")]
14pub mod CreateStoredQuery;
15#[cfg(feature = "CreateTrackerConfig")]
16pub mod CreateTrackerConfig;
17#[cfg(feature = "DeleteAggregationAuthorization")]
18pub mod DeleteAggregationAuthorization;
19#[cfg(feature = "DeleteConfigurationAggregator")]
20pub mod DeleteConfigurationAggregator;
21#[cfg(feature = "DeleteOrganizationPolicyAssignment")]
22pub mod DeleteOrganizationPolicyAssignment;
23#[cfg(feature = "DeletePendingAggregationRequest")]
24pub mod DeletePendingAggregationRequest;
25#[cfg(feature = "DeletePolicyAssignment")]
26pub mod DeletePolicyAssignment;
27#[cfg(feature = "DeleteStoredQuery")]
28pub mod DeleteStoredQuery;
29#[cfg(feature = "DeleteTrackerConfig")]
30pub mod DeleteTrackerConfig;
31#[cfg(feature = "DisablePolicyAssignment")]
32pub mod DisablePolicyAssignment;
33#[cfg(feature = "EnablePolicyAssignment")]
34pub mod EnablePolicyAssignment;
35#[cfg(feature = "ListAggregateComplianceByPolicyAssignment")]
36pub mod ListAggregateComplianceByPolicyAssignment;
37#[cfg(feature = "ListAggregateDiscoveredResources")]
38pub mod ListAggregateDiscoveredResources;
39#[cfg(feature = "ListAggregationAuthorizations")]
40pub mod ListAggregationAuthorizations;
41#[cfg(feature = "ListAllResources")]
42pub mod ListAllResources;
43#[cfg(feature = "ListAllTags")]
44pub mod ListAllTags;
45#[cfg(feature = "ListBuiltInPolicyDefinitions")]
46pub mod ListBuiltInPolicyDefinitions;
47#[cfg(feature = "ListConfigurationAggregators")]
48pub mod ListConfigurationAggregators;
49#[cfg(feature = "ListOrganizationPolicyAssignments")]
50pub mod ListOrganizationPolicyAssignments;
51#[cfg(feature = "ListPendingAggregationRequests")]
52pub mod ListPendingAggregationRequests;
53#[cfg(feature = "ListPolicyAssignments")]
54pub mod ListPolicyAssignments;
55#[cfg(feature = "ListPolicyStatesByAssignmentId")]
56pub mod ListPolicyStatesByAssignmentId;
57#[cfg(feature = "ListPolicyStatesByDomainId")]
58pub mod ListPolicyStatesByDomainId;
59#[cfg(feature = "ListPolicyStatesByResourceId")]
60pub mod ListPolicyStatesByResourceId;
61#[cfg(feature = "ListProviders")]
62pub mod ListProviders;
63#[cfg(feature = "ListRegions")]
64pub mod ListRegions;
65#[cfg(feature = "ListResources")]
66pub mod ListResources;
67#[cfg(feature = "ListSchemas")]
68pub mod ListSchemas;
69#[cfg(feature = "ListStoredQueries")]
70pub mod ListStoredQueries;
71#[cfg(feature = "RunAggregateResourceQuery")]
72pub mod RunAggregateResourceQuery;
73#[cfg(feature = "RunEvaluationByPolicyAssignmentId")]
74pub mod RunEvaluationByPolicyAssignmentId;
75#[cfg(feature = "RunQuery")]
76pub mod RunQuery;
77#[cfg(feature = "ShowAggregateComplianceDetailsByPolicyAssignment")]
78pub mod ShowAggregateComplianceDetailsByPolicyAssignment;
79#[cfg(feature = "ShowAggregateDiscoveredResourceCounts")]
80pub mod ShowAggregateDiscoveredResourceCounts;
81#[cfg(feature = "ShowAggregatePolicyAssignmentDetail")]
82pub mod ShowAggregatePolicyAssignmentDetail;
83#[cfg(feature = "ShowAggregatePolicyStateComplianceSummary")]
84pub mod ShowAggregatePolicyStateComplianceSummary;
85#[cfg(feature = "ShowAggregateResourceConfig")]
86pub mod ShowAggregateResourceConfig;
87#[cfg(feature = "ShowBuiltInPolicyDefinition")]
88pub mod ShowBuiltInPolicyDefinition;
89#[cfg(feature = "ShowConfigurationAggregator")]
90pub mod ShowConfigurationAggregator;
91#[cfg(feature = "ShowConfigurationAggregatorSourcesStatus")]
92pub mod ShowConfigurationAggregatorSourcesStatus;
93#[cfg(feature = "ShowEvaluationStateByAssignmentId")]
94pub mod ShowEvaluationStateByAssignmentId;
95#[cfg(feature = "ShowOrganizationPolicyAssignment")]
96pub mod ShowOrganizationPolicyAssignment;
97#[cfg(feature = "ShowOrganizationPolicyAssignmentDetailedStatus")]
98pub mod ShowOrganizationPolicyAssignmentDetailedStatus;
99#[cfg(feature = "ShowOrganizationPolicyAssignmentStatuses")]
100pub mod ShowOrganizationPolicyAssignmentStatuses;
101#[cfg(feature = "ShowPolicyAssignment")]
102pub mod ShowPolicyAssignment;
103#[cfg(feature = "ShowResourceById")]
104pub mod ShowResourceById;
105#[cfg(feature = "ShowResourceDetail")]
106pub mod ShowResourceDetail;
107#[cfg(feature = "ShowResourceHistory")]
108pub mod ShowResourceHistory;
109#[cfg(feature = "ShowResourceRelations")]
110pub mod ShowResourceRelations;
111#[cfg(feature = "ShowResourceRelationsDetail")]
112pub mod ShowResourceRelationsDetail;
113#[cfg(feature = "ShowStoredQuery")]
114pub mod ShowStoredQuery;
115#[cfg(feature = "ShowTrackerConfig")]
116pub mod ShowTrackerConfig;
117#[cfg(feature = "UpdateConfigurationAggregator")]
118pub mod UpdateConfigurationAggregator;
119#[cfg(feature = "UpdatePolicyAssignment")]
120pub mod UpdatePolicyAssignment;
121#[cfg(feature = "UpdatePolicyState")]
122pub mod UpdatePolicyState;
123#[cfg(feature = "UpdateStoredQuery")]
124pub mod UpdateStoredQuery;