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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateAlias` operation.
pub mod associate_alias;

/// Types for the `CopyDistribution` operation.
pub mod copy_distribution;

/// Types for the `CreateCachePolicy` operation.
pub mod create_cache_policy;

/// Types for the `CreateCloudFrontOriginAccessIdentity` operation.
pub mod create_cloud_front_origin_access_identity;

/// Types for the `CreateContinuousDeploymentPolicy` operation.
pub mod create_continuous_deployment_policy;

/// Types for the `CreateDistribution` operation.
pub mod create_distribution;

/// Types for the `CreateDistributionWithTags` operation.
pub mod create_distribution_with_tags;

/// Types for the `CreateFieldLevelEncryptionConfig` operation.
pub mod create_field_level_encryption_config;

/// Types for the `CreateFieldLevelEncryptionProfile` operation.
pub mod create_field_level_encryption_profile;

/// Types for the `CreateFunction` operation.
pub mod create_function;

/// Types for the `CreateInvalidation` operation.
pub mod create_invalidation;

/// Types for the `CreateKeyGroup` operation.
pub mod create_key_group;

/// Types for the `CreateKeyValueStore` operation.
pub mod create_key_value_store;

/// Types for the `CreateMonitoringSubscription` operation.
pub mod create_monitoring_subscription;

/// Types for the `CreateOriginAccessControl` operation.
pub mod create_origin_access_control;

/// Types for the `CreateOriginRequestPolicy` operation.
pub mod create_origin_request_policy;

/// Types for the `CreatePublicKey` operation.
pub mod create_public_key;

/// Types for the `CreateRealtimeLogConfig` operation.
pub mod create_realtime_log_config;

/// Types for the `CreateResponseHeadersPolicy` operation.
pub mod create_response_headers_policy;

/// Types for the `CreateStreamingDistribution` operation.
pub mod create_streaming_distribution;

/// Types for the `CreateStreamingDistributionWithTags` operation.
pub mod create_streaming_distribution_with_tags;

/// Types for the `DeleteCachePolicy` operation.
pub mod delete_cache_policy;

/// Types for the `DeleteCloudFrontOriginAccessIdentity` operation.
pub mod delete_cloud_front_origin_access_identity;

/// Types for the `DeleteContinuousDeploymentPolicy` operation.
pub mod delete_continuous_deployment_policy;

/// Types for the `DeleteDistribution` operation.
pub mod delete_distribution;

/// Types for the `DeleteFieldLevelEncryptionConfig` operation.
pub mod delete_field_level_encryption_config;

/// Types for the `DeleteFieldLevelEncryptionProfile` operation.
pub mod delete_field_level_encryption_profile;

/// Types for the `DeleteFunction` operation.
pub mod delete_function;

/// Types for the `DeleteKeyGroup` operation.
pub mod delete_key_group;

/// Types for the `DeleteKeyValueStore` operation.
pub mod delete_key_value_store;

/// Types for the `DeleteMonitoringSubscription` operation.
pub mod delete_monitoring_subscription;

/// Types for the `DeleteOriginAccessControl` operation.
pub mod delete_origin_access_control;

/// Types for the `DeleteOriginRequestPolicy` operation.
pub mod delete_origin_request_policy;

/// Types for the `DeletePublicKey` operation.
pub mod delete_public_key;

/// Types for the `DeleteRealtimeLogConfig` operation.
pub mod delete_realtime_log_config;

/// Types for the `DeleteResponseHeadersPolicy` operation.
pub mod delete_response_headers_policy;

/// Types for the `DeleteStreamingDistribution` operation.
pub mod delete_streaming_distribution;

/// Types for the `DescribeFunction` operation.
pub mod describe_function;

/// Types for the `DescribeKeyValueStore` operation.
pub mod describe_key_value_store;

/// Types for the `GetCachePolicy` operation.
pub mod get_cache_policy;

/// Types for the `GetCachePolicyConfig` operation.
pub mod get_cache_policy_config;

/// Types for the `GetCloudFrontOriginAccessIdentity` operation.
pub mod get_cloud_front_origin_access_identity;

/// Types for the `GetCloudFrontOriginAccessIdentityConfig` operation.
pub mod get_cloud_front_origin_access_identity_config;

/// Types for the `GetContinuousDeploymentPolicy` operation.
pub mod get_continuous_deployment_policy;

/// Types for the `GetContinuousDeploymentPolicyConfig` operation.
pub mod get_continuous_deployment_policy_config;

/// Types for the `GetDistribution` operation.
pub mod get_distribution;

/// Types for the `GetDistributionConfig` operation.
pub mod get_distribution_config;

/// Types for the `GetFieldLevelEncryption` operation.
pub mod get_field_level_encryption;

/// Types for the `GetFieldLevelEncryptionConfig` operation.
pub mod get_field_level_encryption_config;

/// Types for the `GetFieldLevelEncryptionProfile` operation.
pub mod get_field_level_encryption_profile;

/// Types for the `GetFieldLevelEncryptionProfileConfig` operation.
pub mod get_field_level_encryption_profile_config;

/// Types for the `GetFunction` operation.
pub mod get_function;

/// Types for the `GetInvalidation` operation.
pub mod get_invalidation;

/// Types for the `GetKeyGroup` operation.
pub mod get_key_group;

/// Types for the `GetKeyGroupConfig` operation.
pub mod get_key_group_config;

/// Types for the `GetMonitoringSubscription` operation.
pub mod get_monitoring_subscription;

/// Types for the `GetOriginAccessControl` operation.
pub mod get_origin_access_control;

/// Types for the `GetOriginAccessControlConfig` operation.
pub mod get_origin_access_control_config;

/// Types for the `GetOriginRequestPolicy` operation.
pub mod get_origin_request_policy;

/// Types for the `GetOriginRequestPolicyConfig` operation.
pub mod get_origin_request_policy_config;

/// Types for the `GetPublicKey` operation.
pub mod get_public_key;

/// Types for the `GetPublicKeyConfig` operation.
pub mod get_public_key_config;

/// Types for the `GetRealtimeLogConfig` operation.
pub mod get_realtime_log_config;

/// Types for the `GetResponseHeadersPolicy` operation.
pub mod get_response_headers_policy;

/// Types for the `GetResponseHeadersPolicyConfig` operation.
pub mod get_response_headers_policy_config;

/// Types for the `GetStreamingDistribution` operation.
pub mod get_streaming_distribution;

/// Types for the `GetStreamingDistributionConfig` operation.
pub mod get_streaming_distribution_config;

/// Types for the `ListCachePolicies` operation.
pub mod list_cache_policies;

/// Types for the `ListCloudFrontOriginAccessIdentities` operation.
pub mod list_cloud_front_origin_access_identities;

/// Types for the `ListConflictingAliases` operation.
pub mod list_conflicting_aliases;

/// Types for the `ListContinuousDeploymentPolicies` operation.
pub mod list_continuous_deployment_policies;

/// Types for the `ListDistributions` operation.
pub mod list_distributions;

/// Types for the `ListDistributionsByCachePolicyId` operation.
pub mod list_distributions_by_cache_policy_id;

/// Types for the `ListDistributionsByKeyGroup` operation.
pub mod list_distributions_by_key_group;

/// Types for the `ListDistributionsByOriginRequestPolicyId` operation.
pub mod list_distributions_by_origin_request_policy_id;

/// Types for the `ListDistributionsByRealtimeLogConfig` operation.
pub mod list_distributions_by_realtime_log_config;

/// Types for the `ListDistributionsByResponseHeadersPolicyId` operation.
pub mod list_distributions_by_response_headers_policy_id;

/// Types for the `ListDistributionsByWebACLId` operation.
pub mod list_distributions_by_web_acl_id;

/// Types for the `ListFieldLevelEncryptionConfigs` operation.
pub mod list_field_level_encryption_configs;

/// Types for the `ListFieldLevelEncryptionProfiles` operation.
pub mod list_field_level_encryption_profiles;

/// Types for the `ListFunctions` operation.
pub mod list_functions;

/// Types for the `ListInvalidations` operation.
pub mod list_invalidations;

/// Types for the `ListKeyGroups` operation.
pub mod list_key_groups;

/// Types for the `ListKeyValueStores` operation.
pub mod list_key_value_stores;

/// Types for the `ListOriginAccessControls` operation.
pub mod list_origin_access_controls;

/// Types for the `ListOriginRequestPolicies` operation.
pub mod list_origin_request_policies;

/// Types for the `ListPublicKeys` operation.
pub mod list_public_keys;

/// Types for the `ListRealtimeLogConfigs` operation.
pub mod list_realtime_log_configs;

/// Types for the `ListResponseHeadersPolicies` operation.
pub mod list_response_headers_policies;

/// Types for the `ListStreamingDistributions` operation.
pub mod list_streaming_distributions;

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

/// Types for the `PublishFunction` operation.
pub mod publish_function;

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

/// Types for the `TestFunction` operation.
pub mod test_function;

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

/// Types for the `UpdateCachePolicy` operation.
pub mod update_cache_policy;

/// Types for the `UpdateCloudFrontOriginAccessIdentity` operation.
pub mod update_cloud_front_origin_access_identity;

/// Types for the `UpdateContinuousDeploymentPolicy` operation.
pub mod update_continuous_deployment_policy;

/// Types for the `UpdateDistribution` operation.
pub mod update_distribution;

/// Types for the `UpdateDistributionWithStagingConfig` operation.
pub mod update_distribution_with_staging_config;

/// Types for the `UpdateFieldLevelEncryptionConfig` operation.
pub mod update_field_level_encryption_config;

/// Types for the `UpdateFieldLevelEncryptionProfile` operation.
pub mod update_field_level_encryption_profile;

/// Types for the `UpdateFunction` operation.
pub mod update_function;

/// Types for the `UpdateKeyGroup` operation.
pub mod update_key_group;

/// Types for the `UpdateKeyValueStore` operation.
pub mod update_key_value_store;

/// Types for the `UpdateOriginAccessControl` operation.
pub mod update_origin_access_control;

/// Types for the `UpdateOriginRequestPolicy` operation.
pub mod update_origin_request_policy;

/// Types for the `UpdatePublicKey` operation.
pub mod update_public_key;

/// Types for the `UpdateRealtimeLogConfig` operation.
pub mod update_realtime_log_config;

/// Types for the `UpdateResponseHeadersPolicy` operation.
pub mod update_response_headers_policy;

/// Types for the `UpdateStreamingDistribution` operation.
pub mod update_streaming_distribution;