aws_sdk_lambda/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AddLayerVersionPermission` operation.
5pub mod add_layer_version_permission;
6
7/// Types for the `AddPermission` operation.
8pub mod add_permission;
9
10/// Types for the `CheckpointDurableExecution` operation.
11pub mod checkpoint_durable_execution;
12
13/// Types for the `CreateAlias` operation.
14pub mod create_alias;
15
16/// Types for the `CreateCapacityProvider` operation.
17pub mod create_capacity_provider;
18
19/// Types for the `CreateCodeSigningConfig` operation.
20pub mod create_code_signing_config;
21
22/// Types for the `CreateEventSourceMapping` operation.
23pub mod create_event_source_mapping;
24
25/// Types for the `CreateFunction` operation.
26pub mod create_function;
27
28/// Types for the `CreateFunctionUrlConfig` operation.
29pub mod create_function_url_config;
30
31/// Types for the `DeleteAlias` operation.
32pub mod delete_alias;
33
34/// Types for the `DeleteCapacityProvider` operation.
35pub mod delete_capacity_provider;
36
37/// Types for the `DeleteCodeSigningConfig` operation.
38pub mod delete_code_signing_config;
39
40/// Types for the `DeleteEventSourceMapping` operation.
41pub mod delete_event_source_mapping;
42
43/// Types for the `DeleteFunction` operation.
44pub mod delete_function;
45
46/// Types for the `DeleteFunctionCodeSigningConfig` operation.
47pub mod delete_function_code_signing_config;
48
49/// Types for the `DeleteFunctionConcurrency` operation.
50pub mod delete_function_concurrency;
51
52/// Types for the `DeleteFunctionEventInvokeConfig` operation.
53pub mod delete_function_event_invoke_config;
54
55/// Types for the `DeleteFunctionUrlConfig` operation.
56pub mod delete_function_url_config;
57
58/// Types for the `DeleteLayerVersion` operation.
59pub mod delete_layer_version;
60
61/// Types for the `DeleteProvisionedConcurrencyConfig` operation.
62pub mod delete_provisioned_concurrency_config;
63
64/// Types for the `GetAccountSettings` operation.
65pub mod get_account_settings;
66
67/// Types for the `GetAlias` operation.
68pub mod get_alias;
69
70/// Types for the `GetCapacityProvider` operation.
71pub mod get_capacity_provider;
72
73/// Types for the `GetCodeSigningConfig` operation.
74pub mod get_code_signing_config;
75
76/// Types for the `GetDurableExecution` operation.
77pub mod get_durable_execution;
78
79/// Types for the `GetDurableExecutionHistory` operation.
80pub mod get_durable_execution_history;
81
82/// Types for the `GetDurableExecutionState` operation.
83pub mod get_durable_execution_state;
84
85/// Types for the `GetEventSourceMapping` operation.
86pub mod get_event_source_mapping;
87
88/// Types for the `GetFunction` operation.
89pub mod get_function;
90
91/// Types for the `GetFunctionCodeSigningConfig` operation.
92pub mod get_function_code_signing_config;
93
94/// Types for the `GetFunctionConcurrency` operation.
95pub mod get_function_concurrency;
96
97/// Types for the `GetFunctionConfiguration` operation.
98pub mod get_function_configuration;
99
100/// Types for the `GetFunctionEventInvokeConfig` operation.
101pub mod get_function_event_invoke_config;
102
103/// Types for the `GetFunctionRecursionConfig` operation.
104pub mod get_function_recursion_config;
105
106/// Types for the `GetFunctionScalingConfig` operation.
107pub mod get_function_scaling_config;
108
109/// Types for the `GetFunctionUrlConfig` operation.
110pub mod get_function_url_config;
111
112/// Types for the `GetLayerVersion` operation.
113pub mod get_layer_version;
114
115/// Types for the `GetLayerVersionByArn` operation.
116pub mod get_layer_version_by_arn;
117
118/// Types for the `GetLayerVersionPolicy` operation.
119pub mod get_layer_version_policy;
120
121/// Types for the `GetPolicy` operation.
122pub mod get_policy;
123
124/// Types for the `GetProvisionedConcurrencyConfig` operation.
125pub mod get_provisioned_concurrency_config;
126
127/// Types for the `GetRuntimeManagementConfig` operation.
128pub mod get_runtime_management_config;
129
130/// Types for the `Invoke` operation.
131pub mod invoke;
132
133/// Types for the `InvokeAsync` operation.
134pub mod invoke_async;
135
136/// Types for the `InvokeWithResponseStream` operation.
137pub mod invoke_with_response_stream;
138
139/// Types for the `ListAliases` operation.
140pub mod list_aliases;
141
142/// Types for the `ListCapacityProviders` operation.
143pub mod list_capacity_providers;
144
145/// Types for the `ListCodeSigningConfigs` operation.
146pub mod list_code_signing_configs;
147
148/// Types for the `ListDurableExecutionsByFunction` operation.
149pub mod list_durable_executions_by_function;
150
151/// Types for the `ListEventSourceMappings` operation.
152pub mod list_event_source_mappings;
153
154/// Types for the `ListFunctionEventInvokeConfigs` operation.
155pub mod list_function_event_invoke_configs;
156
157/// Types for the `ListFunctionUrlConfigs` operation.
158pub mod list_function_url_configs;
159
160/// Types for the `ListFunctionVersionsByCapacityProvider` operation.
161pub mod list_function_versions_by_capacity_provider;
162
163/// Types for the `ListFunctions` operation.
164pub mod list_functions;
165
166/// Types for the `ListFunctionsByCodeSigningConfig` operation.
167pub mod list_functions_by_code_signing_config;
168
169/// Types for the `ListLayerVersions` operation.
170pub mod list_layer_versions;
171
172/// Types for the `ListLayers` operation.
173pub mod list_layers;
174
175/// Types for the `ListProvisionedConcurrencyConfigs` operation.
176pub mod list_provisioned_concurrency_configs;
177
178/// Types for the `ListTags` operation.
179pub mod list_tags;
180
181/// Types for the `ListVersionsByFunction` operation.
182pub mod list_versions_by_function;
183
184/// Types for the `PublishLayerVersion` operation.
185pub mod publish_layer_version;
186
187/// Types for the `PublishVersion` operation.
188pub mod publish_version;
189
190/// Types for the `PutFunctionCodeSigningConfig` operation.
191pub mod put_function_code_signing_config;
192
193/// Types for the `PutFunctionConcurrency` operation.
194pub mod put_function_concurrency;
195
196/// Types for the `PutFunctionEventInvokeConfig` operation.
197pub mod put_function_event_invoke_config;
198
199/// Types for the `PutFunctionRecursionConfig` operation.
200pub mod put_function_recursion_config;
201
202/// Types for the `PutFunctionScalingConfig` operation.
203pub mod put_function_scaling_config;
204
205/// Types for the `PutProvisionedConcurrencyConfig` operation.
206pub mod put_provisioned_concurrency_config;
207
208/// Types for the `PutRuntimeManagementConfig` operation.
209pub mod put_runtime_management_config;
210
211/// Types for the `RemoveLayerVersionPermission` operation.
212pub mod remove_layer_version_permission;
213
214/// Types for the `RemovePermission` operation.
215pub mod remove_permission;
216
217/// Types for the `SendDurableExecutionCallbackFailure` operation.
218pub mod send_durable_execution_callback_failure;
219
220/// Types for the `SendDurableExecutionCallbackHeartbeat` operation.
221pub mod send_durable_execution_callback_heartbeat;
222
223/// Types for the `SendDurableExecutionCallbackSuccess` operation.
224pub mod send_durable_execution_callback_success;
225
226/// Types for the `StopDurableExecution` operation.
227pub mod stop_durable_execution;
228
229/// Types for the `TagResource` operation.
230pub mod tag_resource;
231
232/// Types for the `UntagResource` operation.
233pub mod untag_resource;
234
235/// Types for the `UpdateAlias` operation.
236pub mod update_alias;
237
238/// Types for the `UpdateCapacityProvider` operation.
239pub mod update_capacity_provider;
240
241/// Types for the `UpdateCodeSigningConfig` operation.
242pub mod update_code_signing_config;
243
244/// Types for the `UpdateEventSourceMapping` operation.
245pub mod update_event_source_mapping;
246
247/// Types for the `UpdateFunctionCode` operation.
248pub mod update_function_code;
249
250/// Types for the `UpdateFunctionConfiguration` operation.
251pub mod update_function_configuration;
252
253/// Types for the `UpdateFunctionEventInvokeConfig` operation.
254pub mod update_function_event_invoke_config;
255
256/// Types for the `UpdateFunctionUrlConfig` operation.
257pub mod update_function_url_config;