aws_sdk_config/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateResourceTypes` operation.
pub mod associate_resource_types;

/// Types for the `BatchGetAggregateResourceConfig` operation.
pub mod batch_get_aggregate_resource_config;

/// Types for the `BatchGetResourceConfig` operation.
pub mod batch_get_resource_config;

/// Types for the `DeleteAggregationAuthorization` operation.
pub mod delete_aggregation_authorization;

/// Types for the `DeleteConfigRule` operation.
pub mod delete_config_rule;

/// Types for the `DeleteConfigurationAggregator` operation.
pub mod delete_configuration_aggregator;

/// Types for the `DeleteConfigurationRecorder` operation.
pub mod delete_configuration_recorder;

/// Types for the `DeleteConformancePack` operation.
pub mod delete_conformance_pack;

/// Types for the `DeleteDeliveryChannel` operation.
pub mod delete_delivery_channel;

/// Types for the `DeleteEvaluationResults` operation.
pub mod delete_evaluation_results;

/// Types for the `DeleteOrganizationConfigRule` operation.
pub mod delete_organization_config_rule;

/// Types for the `DeleteOrganizationConformancePack` operation.
pub mod delete_organization_conformance_pack;

/// Types for the `DeletePendingAggregationRequest` operation.
pub mod delete_pending_aggregation_request;

/// Types for the `DeleteRemediationConfiguration` operation.
pub mod delete_remediation_configuration;

/// Types for the `DeleteRemediationExceptions` operation.
pub mod delete_remediation_exceptions;

/// Types for the `DeleteResourceConfig` operation.
pub mod delete_resource_config;

/// Types for the `DeleteRetentionConfiguration` operation.
pub mod delete_retention_configuration;

/// Types for the `DeleteServiceLinkedConfigurationRecorder` operation.
pub mod delete_service_linked_configuration_recorder;

/// Types for the `DeleteStoredQuery` operation.
pub mod delete_stored_query;

/// Types for the `DeliverConfigSnapshot` operation.
pub mod deliver_config_snapshot;

/// Types for the `DescribeAggregateComplianceByConfigRules` operation.
pub mod describe_aggregate_compliance_by_config_rules;

/// Types for the `DescribeAggregateComplianceByConformancePacks` operation.
pub mod describe_aggregate_compliance_by_conformance_packs;

/// Types for the `DescribeAggregationAuthorizations` operation.
pub mod describe_aggregation_authorizations;

/// Types for the `DescribeComplianceByConfigRule` operation.
pub mod describe_compliance_by_config_rule;

/// Types for the `DescribeComplianceByResource` operation.
pub mod describe_compliance_by_resource;

/// Types for the `DescribeConfigRuleEvaluationStatus` operation.
pub mod describe_config_rule_evaluation_status;

/// Types for the `DescribeConfigRules` operation.
pub mod describe_config_rules;

/// Types for the `DescribeConfigurationAggregatorSourcesStatus` operation.
pub mod describe_configuration_aggregator_sources_status;

/// Types for the `DescribeConfigurationAggregators` operation.
pub mod describe_configuration_aggregators;

/// Types for the `DescribeConfigurationRecorderStatus` operation.
pub mod describe_configuration_recorder_status;

/// Types for the `DescribeConfigurationRecorders` operation.
pub mod describe_configuration_recorders;

/// Types for the `DescribeConformancePackCompliance` operation.
pub mod describe_conformance_pack_compliance;

/// Types for the `DescribeConformancePackStatus` operation.
pub mod describe_conformance_pack_status;

/// Types for the `DescribeConformancePacks` operation.
pub mod describe_conformance_packs;

/// Types for the `DescribeDeliveryChannelStatus` operation.
pub mod describe_delivery_channel_status;

/// Types for the `DescribeDeliveryChannels` operation.
pub mod describe_delivery_channels;

/// Types for the `DescribeOrganizationConfigRuleStatuses` operation.
pub mod describe_organization_config_rule_statuses;

/// Types for the `DescribeOrganizationConfigRules` operation.
pub mod describe_organization_config_rules;

/// Types for the `DescribeOrganizationConformancePackStatuses` operation.
pub mod describe_organization_conformance_pack_statuses;

/// Types for the `DescribeOrganizationConformancePacks` operation.
pub mod describe_organization_conformance_packs;

/// Types for the `DescribePendingAggregationRequests` operation.
pub mod describe_pending_aggregation_requests;

/// Types for the `DescribeRemediationConfigurations` operation.
pub mod describe_remediation_configurations;

/// Types for the `DescribeRemediationExceptions` operation.
pub mod describe_remediation_exceptions;

/// Types for the `DescribeRemediationExecutionStatus` operation.
pub mod describe_remediation_execution_status;

/// Types for the `DescribeRetentionConfigurations` operation.
pub mod describe_retention_configurations;

/// Types for the `DisassociateResourceTypes` operation.
pub mod disassociate_resource_types;

/// Types for the `GetAggregateComplianceDetailsByConfigRule` operation.
pub mod get_aggregate_compliance_details_by_config_rule;

/// Types for the `GetAggregateConfigRuleComplianceSummary` operation.
pub mod get_aggregate_config_rule_compliance_summary;

/// Types for the `GetAggregateConformancePackComplianceSummary` operation.
pub mod get_aggregate_conformance_pack_compliance_summary;

/// Types for the `GetAggregateDiscoveredResourceCounts` operation.
pub mod get_aggregate_discovered_resource_counts;

/// Types for the `GetAggregateResourceConfig` operation.
pub mod get_aggregate_resource_config;

/// Types for the `GetComplianceDetailsByConfigRule` operation.
pub mod get_compliance_details_by_config_rule;

/// Types for the `GetComplianceDetailsByResource` operation.
pub mod get_compliance_details_by_resource;

/// Types for the `GetComplianceSummaryByConfigRule` operation.
pub mod get_compliance_summary_by_config_rule;

/// Types for the `GetComplianceSummaryByResourceType` operation.
pub mod get_compliance_summary_by_resource_type;

/// Types for the `GetConformancePackComplianceDetails` operation.
pub mod get_conformance_pack_compliance_details;

/// Types for the `GetConformancePackComplianceSummary` operation.
pub mod get_conformance_pack_compliance_summary;

/// Types for the `GetCustomRulePolicy` operation.
pub mod get_custom_rule_policy;

/// Types for the `GetDiscoveredResourceCounts` operation.
pub mod get_discovered_resource_counts;

/// Types for the `GetOrganizationConfigRuleDetailedStatus` operation.
pub mod get_organization_config_rule_detailed_status;

/// Types for the `GetOrganizationConformancePackDetailedStatus` operation.
pub mod get_organization_conformance_pack_detailed_status;

/// Types for the `GetOrganizationCustomRulePolicy` operation.
pub mod get_organization_custom_rule_policy;

/// Types for the `GetResourceConfigHistory` operation.
pub mod get_resource_config_history;

/// Types for the `GetResourceEvaluationSummary` operation.
pub mod get_resource_evaluation_summary;

/// Types for the `GetStoredQuery` operation.
pub mod get_stored_query;

/// Types for the `ListAggregateDiscoveredResources` operation.
pub mod list_aggregate_discovered_resources;

/// Types for the `ListConfigurationRecorders` operation.
pub mod list_configuration_recorders;

/// Types for the `ListConformancePackComplianceScores` operation.
pub mod list_conformance_pack_compliance_scores;

/// Types for the `ListDiscoveredResources` operation.
pub mod list_discovered_resources;

/// Types for the `ListResourceEvaluations` operation.
pub mod list_resource_evaluations;

/// Types for the `ListStoredQueries` operation.
pub mod list_stored_queries;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `PutAggregationAuthorization` operation.
pub mod put_aggregation_authorization;

/// Types for the `PutConfigRule` operation.
pub mod put_config_rule;

/// Types for the `PutConfigurationAggregator` operation.
pub mod put_configuration_aggregator;

/// Types for the `PutConfigurationRecorder` operation.
pub mod put_configuration_recorder;

/// Types for the `PutConformancePack` operation.
pub mod put_conformance_pack;

/// Types for the `PutDeliveryChannel` operation.
pub mod put_delivery_channel;

/// Types for the `PutEvaluations` operation.
pub mod put_evaluations;

/// Types for the `PutExternalEvaluation` operation.
pub mod put_external_evaluation;

/// Types for the `PutOrganizationConfigRule` operation.
pub mod put_organization_config_rule;

/// Types for the `PutOrganizationConformancePack` operation.
pub mod put_organization_conformance_pack;

/// Types for the `PutRemediationConfigurations` operation.
pub mod put_remediation_configurations;

/// Types for the `PutRemediationExceptions` operation.
pub mod put_remediation_exceptions;

/// Types for the `PutResourceConfig` operation.
pub mod put_resource_config;

/// Types for the `PutRetentionConfiguration` operation.
pub mod put_retention_configuration;

/// Types for the `PutServiceLinkedConfigurationRecorder` operation.
pub mod put_service_linked_configuration_recorder;

/// Types for the `PutStoredQuery` operation.
pub mod put_stored_query;

/// Types for the `SelectAggregateResourceConfig` operation.
pub mod select_aggregate_resource_config;

/// Types for the `SelectResourceConfig` operation.
pub mod select_resource_config;

/// Types for the `StartConfigRulesEvaluation` operation.
pub mod start_config_rules_evaluation;

/// Types for the `StartConfigurationRecorder` operation.
pub mod start_configuration_recorder;

/// Types for the `StartRemediationExecution` operation.
pub mod start_remediation_execution;

/// Types for the `StartResourceEvaluation` operation.
pub mod start_resource_evaluation;

/// Types for the `StopConfigurationRecorder` operation.
pub mod stop_configuration_recorder;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;