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 `CreateAlias` operation.
11pub mod create_alias;
12
13/// Types for the `CreateCodeSigningConfig` operation.
14pub mod create_code_signing_config;
15
16/// Types for the `CreateEventSourceMapping` operation.
17pub mod create_event_source_mapping;
18
19/// Types for the `CreateFunction` operation.
20pub mod create_function;
21
22/// Types for the `CreateFunctionUrlConfig` operation.
23pub mod create_function_url_config;
24
25/// Types for the `DeleteAlias` operation.
26pub mod delete_alias;
27
28/// Types for the `DeleteCodeSigningConfig` operation.
29pub mod delete_code_signing_config;
30
31/// Types for the `DeleteEventSourceMapping` operation.
32pub mod delete_event_source_mapping;
33
34/// Types for the `DeleteFunction` operation.
35pub mod delete_function;
36
37/// Types for the `DeleteFunctionCodeSigningConfig` operation.
38pub mod delete_function_code_signing_config;
39
40/// Types for the `DeleteFunctionConcurrency` operation.
41pub mod delete_function_concurrency;
42
43/// Types for the `DeleteFunctionEventInvokeConfig` operation.
44pub mod delete_function_event_invoke_config;
45
46/// Types for the `DeleteFunctionUrlConfig` operation.
47pub mod delete_function_url_config;
48
49/// Types for the `DeleteLayerVersion` operation.
50pub mod delete_layer_version;
51
52/// Types for the `DeleteProvisionedConcurrencyConfig` operation.
53pub mod delete_provisioned_concurrency_config;
54
55/// Types for the `GetAccountSettings` operation.
56pub mod get_account_settings;
57
58/// Types for the `GetAlias` operation.
59pub mod get_alias;
60
61/// Types for the `GetCodeSigningConfig` operation.
62pub mod get_code_signing_config;
63
64/// Types for the `GetEventSourceMapping` operation.
65pub mod get_event_source_mapping;
66
67/// Types for the `GetFunction` operation.
68pub mod get_function;
69
70/// Types for the `GetFunctionCodeSigningConfig` operation.
71pub mod get_function_code_signing_config;
72
73/// Types for the `GetFunctionConcurrency` operation.
74pub mod get_function_concurrency;
75
76/// Types for the `GetFunctionConfiguration` operation.
77pub mod get_function_configuration;
78
79/// Types for the `GetFunctionEventInvokeConfig` operation.
80pub mod get_function_event_invoke_config;
81
82/// Types for the `GetFunctionRecursionConfig` operation.
83pub mod get_function_recursion_config;
84
85/// Types for the `GetFunctionUrlConfig` operation.
86pub mod get_function_url_config;
87
88/// Types for the `GetLayerVersion` operation.
89pub mod get_layer_version;
90
91/// Types for the `GetLayerVersionByArn` operation.
92pub mod get_layer_version_by_arn;
93
94/// Types for the `GetLayerVersionPolicy` operation.
95pub mod get_layer_version_policy;
96
97/// Types for the `GetPolicy` operation.
98pub mod get_policy;
99
100/// Types for the `GetProvisionedConcurrencyConfig` operation.
101pub mod get_provisioned_concurrency_config;
102
103/// Types for the `GetRuntimeManagementConfig` operation.
104pub mod get_runtime_management_config;
105
106/// Types for the `Invoke` operation.
107pub mod invoke;
108
109/// Types for the `InvokeAsync` operation.
110pub mod invoke_async;
111
112/// Types for the `InvokeWithResponseStream` operation.
113pub mod invoke_with_response_stream;
114
115/// Types for the `ListAliases` operation.
116pub mod list_aliases;
117
118/// Types for the `ListCodeSigningConfigs` operation.
119pub mod list_code_signing_configs;
120
121/// Types for the `ListEventSourceMappings` operation.
122pub mod list_event_source_mappings;
123
124/// Types for the `ListFunctionEventInvokeConfigs` operation.
125pub mod list_function_event_invoke_configs;
126
127/// Types for the `ListFunctionUrlConfigs` operation.
128pub mod list_function_url_configs;
129
130/// Types for the `ListFunctions` operation.
131pub mod list_functions;
132
133/// Types for the `ListFunctionsByCodeSigningConfig` operation.
134pub mod list_functions_by_code_signing_config;
135
136/// Types for the `ListLayerVersions` operation.
137pub mod list_layer_versions;
138
139/// Types for the `ListLayers` operation.
140pub mod list_layers;
141
142/// Types for the `ListProvisionedConcurrencyConfigs` operation.
143pub mod list_provisioned_concurrency_configs;
144
145/// Types for the `ListTags` operation.
146pub mod list_tags;
147
148/// Types for the `ListVersionsByFunction` operation.
149pub mod list_versions_by_function;
150
151/// Types for the `PublishLayerVersion` operation.
152pub mod publish_layer_version;
153
154/// Types for the `PublishVersion` operation.
155pub mod publish_version;
156
157/// Types for the `PutFunctionCodeSigningConfig` operation.
158pub mod put_function_code_signing_config;
159
160/// Types for the `PutFunctionConcurrency` operation.
161pub mod put_function_concurrency;
162
163/// Types for the `PutFunctionEventInvokeConfig` operation.
164pub mod put_function_event_invoke_config;
165
166/// Types for the `PutFunctionRecursionConfig` operation.
167pub mod put_function_recursion_config;
168
169/// Types for the `PutProvisionedConcurrencyConfig` operation.
170pub mod put_provisioned_concurrency_config;
171
172/// Types for the `PutRuntimeManagementConfig` operation.
173pub mod put_runtime_management_config;
174
175/// Types for the `RemoveLayerVersionPermission` operation.
176pub mod remove_layer_version_permission;
177
178/// Types for the `RemovePermission` operation.
179pub mod remove_permission;
180
181/// Types for the `TagResource` operation.
182pub mod tag_resource;
183
184/// Types for the `UntagResource` operation.
185pub mod untag_resource;
186
187/// Types for the `UpdateAlias` operation.
188pub mod update_alias;
189
190/// Types for the `UpdateCodeSigningConfig` operation.
191pub mod update_code_signing_config;
192
193/// Types for the `UpdateEventSourceMapping` operation.
194pub mod update_event_source_mapping;
195
196/// Types for the `UpdateFunctionCode` operation.
197pub mod update_function_code;
198
199/// Types for the `UpdateFunctionConfiguration` operation.
200pub mod update_function_configuration;
201
202/// Types for the `UpdateFunctionEventInvokeConfig` operation.
203pub mod update_function_event_invoke_config;
204
205/// Types for the `UpdateFunctionUrlConfig` operation.
206pub mod update_function_url_config;