AWS SDK for C++

AWS SDK for C++ Version 1.11.695

Loading...
Searching...
No Matches
LambdaServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/lambda/LambdaEndpointProvider.h>
15#include <aws/lambda/LambdaErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in LambdaClient header */
22#include <aws/core/NoResult.h>
23#include <aws/lambda/model/AddLayerVersionPermissionResult.h>
24#include <aws/lambda/model/AddPermissionResult.h>
25#include <aws/lambda/model/CreateAliasResult.h>
26#include <aws/lambda/model/CreateCodeSigningConfigResult.h>
27#include <aws/lambda/model/CreateEventSourceMappingResult.h>
28#include <aws/lambda/model/CreateFunctionResult.h>
29#include <aws/lambda/model/CreateFunctionUrlConfigResult.h>
30#include <aws/lambda/model/DeleteCodeSigningConfigResult.h>
31#include <aws/lambda/model/DeleteEventSourceMappingResult.h>
32#include <aws/lambda/model/GetAccountSettingsRequest.h>
33#include <aws/lambda/model/GetAccountSettingsResult.h>
34#include <aws/lambda/model/GetAliasResult.h>
35#include <aws/lambda/model/GetCodeSigningConfigResult.h>
36#include <aws/lambda/model/GetEventSourceMappingResult.h>
37#include <aws/lambda/model/GetFunctionCodeSigningConfigResult.h>
38#include <aws/lambda/model/GetFunctionConcurrencyResult.h>
39#include <aws/lambda/model/GetFunctionConfigurationResult.h>
40#include <aws/lambda/model/GetFunctionEventInvokeConfigResult.h>
41#include <aws/lambda/model/GetFunctionRecursionConfigResult.h>
42#include <aws/lambda/model/GetFunctionResult.h>
43#include <aws/lambda/model/GetFunctionUrlConfigResult.h>
44#include <aws/lambda/model/GetLayerVersionByArnResult.h>
45#include <aws/lambda/model/GetLayerVersionPolicyResult.h>
46#include <aws/lambda/model/GetLayerVersionResult.h>
47#include <aws/lambda/model/GetPolicyResult.h>
48#include <aws/lambda/model/GetProvisionedConcurrencyConfigResult.h>
49#include <aws/lambda/model/GetRuntimeManagementConfigResult.h>
50#include <aws/lambda/model/InvokeResult.h>
51#include <aws/lambda/model/ListAliasesResult.h>
52#include <aws/lambda/model/ListCodeSigningConfigsRequest.h>
53#include <aws/lambda/model/ListCodeSigningConfigsResult.h>
54#include <aws/lambda/model/ListEventSourceMappingsRequest.h>
55#include <aws/lambda/model/ListEventSourceMappingsResult.h>
56#include <aws/lambda/model/ListFunctionEventInvokeConfigsResult.h>
57#include <aws/lambda/model/ListFunctionUrlConfigsResult.h>
58#include <aws/lambda/model/ListFunctionsByCodeSigningConfigResult.h>
59#include <aws/lambda/model/ListFunctionsRequest.h>
60#include <aws/lambda/model/ListFunctionsResult.h>
61#include <aws/lambda/model/ListLayerVersionsResult.h>
62#include <aws/lambda/model/ListLayersRequest.h>
63#include <aws/lambda/model/ListLayersResult.h>
64#include <aws/lambda/model/ListProvisionedConcurrencyConfigsResult.h>
65#include <aws/lambda/model/ListTagsResult.h>
66#include <aws/lambda/model/ListVersionsByFunctionResult.h>
67#include <aws/lambda/model/PublishLayerVersionResult.h>
68#include <aws/lambda/model/PublishVersionResult.h>
69#include <aws/lambda/model/PutFunctionCodeSigningConfigResult.h>
70#include <aws/lambda/model/PutFunctionConcurrencyResult.h>
71#include <aws/lambda/model/PutFunctionEventInvokeConfigResult.h>
72#include <aws/lambda/model/PutFunctionRecursionConfigResult.h>
73#include <aws/lambda/model/PutProvisionedConcurrencyConfigResult.h>
74#include <aws/lambda/model/PutRuntimeManagementConfigResult.h>
75#include <aws/lambda/model/UpdateAliasResult.h>
76#include <aws/lambda/model/UpdateCodeSigningConfigResult.h>
77#include <aws/lambda/model/UpdateEventSourceMappingResult.h>
78#include <aws/lambda/model/UpdateFunctionCodeResult.h>
79#include <aws/lambda/model/UpdateFunctionConfigurationResult.h>
80#include <aws/lambda/model/UpdateFunctionEventInvokeConfigResult.h>
81#include <aws/lambda/model/UpdateFunctionUrlConfigResult.h>
82/* End of service model headers required in LambdaClient header */
83
84namespace Aws {
85namespace Http {
86class HttpClient;
87class HttpClientFactory;
88} // namespace Http
89
90namespace Utils {
91template <typename R, typename E>
92class Outcome;
93
94namespace Threading {
95class Executor;
96} // namespace Threading
97} // namespace Utils
98
99namespace Auth {
100class AWSCredentials;
101class AWSCredentialsProvider;
102} // namespace Auth
103
104namespace Client {
105class RetryStrategy;
106} // namespace Client
107
108namespace Lambda {
112
113namespace Model {
114/* Service model forward declarations required in LambdaClient header */
133class GetAliasRequest;
146class GetPolicyRequest;
149class InvokeRequest;
161class ListTagsRequest;
182/* End of service model forward declarations required in LambdaClient header */
183
184/* Service model Outcome class definitions */
252/* End of service model Outcome class definitions */
253
254/* Service model Outcome callable definitions */
255typedef std::future<AddLayerVersionPermissionOutcome> AddLayerVersionPermissionOutcomeCallable;
256typedef std::future<AddPermissionOutcome> AddPermissionOutcomeCallable;
257typedef std::future<CreateAliasOutcome> CreateAliasOutcomeCallable;
258typedef std::future<CreateCodeSigningConfigOutcome> CreateCodeSigningConfigOutcomeCallable;
259typedef std::future<CreateEventSourceMappingOutcome> CreateEventSourceMappingOutcomeCallable;
260typedef std::future<CreateFunctionOutcome> CreateFunctionOutcomeCallable;
261typedef std::future<CreateFunctionUrlConfigOutcome> CreateFunctionUrlConfigOutcomeCallable;
262typedef std::future<DeleteAliasOutcome> DeleteAliasOutcomeCallable;
263typedef std::future<DeleteCodeSigningConfigOutcome> DeleteCodeSigningConfigOutcomeCallable;
264typedef std::future<DeleteEventSourceMappingOutcome> DeleteEventSourceMappingOutcomeCallable;
265typedef std::future<DeleteFunctionOutcome> DeleteFunctionOutcomeCallable;
266typedef std::future<DeleteFunctionCodeSigningConfigOutcome> DeleteFunctionCodeSigningConfigOutcomeCallable;
267typedef std::future<DeleteFunctionConcurrencyOutcome> DeleteFunctionConcurrencyOutcomeCallable;
268typedef std::future<DeleteFunctionEventInvokeConfigOutcome> DeleteFunctionEventInvokeConfigOutcomeCallable;
269typedef std::future<DeleteFunctionUrlConfigOutcome> DeleteFunctionUrlConfigOutcomeCallable;
270typedef std::future<DeleteLayerVersionOutcome> DeleteLayerVersionOutcomeCallable;
271typedef std::future<DeleteProvisionedConcurrencyConfigOutcome> DeleteProvisionedConcurrencyConfigOutcomeCallable;
272typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
273typedef std::future<GetAliasOutcome> GetAliasOutcomeCallable;
274typedef std::future<GetCodeSigningConfigOutcome> GetCodeSigningConfigOutcomeCallable;
275typedef std::future<GetEventSourceMappingOutcome> GetEventSourceMappingOutcomeCallable;
276typedef std::future<GetFunctionOutcome> GetFunctionOutcomeCallable;
277typedef std::future<GetFunctionCodeSigningConfigOutcome> GetFunctionCodeSigningConfigOutcomeCallable;
278typedef std::future<GetFunctionConcurrencyOutcome> GetFunctionConcurrencyOutcomeCallable;
279typedef std::future<GetFunctionConfigurationOutcome> GetFunctionConfigurationOutcomeCallable;
280typedef std::future<GetFunctionEventInvokeConfigOutcome> GetFunctionEventInvokeConfigOutcomeCallable;
281typedef std::future<GetFunctionRecursionConfigOutcome> GetFunctionRecursionConfigOutcomeCallable;
282typedef std::future<GetFunctionUrlConfigOutcome> GetFunctionUrlConfigOutcomeCallable;
283typedef std::future<GetLayerVersionOutcome> GetLayerVersionOutcomeCallable;
284typedef std::future<GetLayerVersionByArnOutcome> GetLayerVersionByArnOutcomeCallable;
285typedef std::future<GetLayerVersionPolicyOutcome> GetLayerVersionPolicyOutcomeCallable;
286typedef std::future<GetPolicyOutcome> GetPolicyOutcomeCallable;
287typedef std::future<GetProvisionedConcurrencyConfigOutcome> GetProvisionedConcurrencyConfigOutcomeCallable;
288typedef std::future<GetRuntimeManagementConfigOutcome> GetRuntimeManagementConfigOutcomeCallable;
289typedef std::future<InvokeOutcome> InvokeOutcomeCallable;
290typedef std::future<InvokeWithResponseStreamOutcome> InvokeWithResponseStreamOutcomeCallable;
291typedef std::future<ListAliasesOutcome> ListAliasesOutcomeCallable;
292typedef std::future<ListCodeSigningConfigsOutcome> ListCodeSigningConfigsOutcomeCallable;
293typedef std::future<ListEventSourceMappingsOutcome> ListEventSourceMappingsOutcomeCallable;
294typedef std::future<ListFunctionEventInvokeConfigsOutcome> ListFunctionEventInvokeConfigsOutcomeCallable;
295typedef std::future<ListFunctionUrlConfigsOutcome> ListFunctionUrlConfigsOutcomeCallable;
296typedef std::future<ListFunctionsOutcome> ListFunctionsOutcomeCallable;
297typedef std::future<ListFunctionsByCodeSigningConfigOutcome> ListFunctionsByCodeSigningConfigOutcomeCallable;
298typedef std::future<ListLayerVersionsOutcome> ListLayerVersionsOutcomeCallable;
299typedef std::future<ListLayersOutcome> ListLayersOutcomeCallable;
300typedef std::future<ListProvisionedConcurrencyConfigsOutcome> ListProvisionedConcurrencyConfigsOutcomeCallable;
301typedef std::future<ListTagsOutcome> ListTagsOutcomeCallable;
302typedef std::future<ListVersionsByFunctionOutcome> ListVersionsByFunctionOutcomeCallable;
303typedef std::future<PublishLayerVersionOutcome> PublishLayerVersionOutcomeCallable;
304typedef std::future<PublishVersionOutcome> PublishVersionOutcomeCallable;
305typedef std::future<PutFunctionCodeSigningConfigOutcome> PutFunctionCodeSigningConfigOutcomeCallable;
306typedef std::future<PutFunctionConcurrencyOutcome> PutFunctionConcurrencyOutcomeCallable;
307typedef std::future<PutFunctionEventInvokeConfigOutcome> PutFunctionEventInvokeConfigOutcomeCallable;
308typedef std::future<PutFunctionRecursionConfigOutcome> PutFunctionRecursionConfigOutcomeCallable;
309typedef std::future<PutProvisionedConcurrencyConfigOutcome> PutProvisionedConcurrencyConfigOutcomeCallable;
310typedef std::future<PutRuntimeManagementConfigOutcome> PutRuntimeManagementConfigOutcomeCallable;
311typedef std::future<RemoveLayerVersionPermissionOutcome> RemoveLayerVersionPermissionOutcomeCallable;
312typedef std::future<RemovePermissionOutcome> RemovePermissionOutcomeCallable;
313typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
314typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
315typedef std::future<UpdateAliasOutcome> UpdateAliasOutcomeCallable;
316typedef std::future<UpdateCodeSigningConfigOutcome> UpdateCodeSigningConfigOutcomeCallable;
317typedef std::future<UpdateEventSourceMappingOutcome> UpdateEventSourceMappingOutcomeCallable;
318typedef std::future<UpdateFunctionCodeOutcome> UpdateFunctionCodeOutcomeCallable;
319typedef std::future<UpdateFunctionConfigurationOutcome> UpdateFunctionConfigurationOutcomeCallable;
320typedef std::future<UpdateFunctionEventInvokeConfigOutcome> UpdateFunctionEventInvokeConfigOutcomeCallable;
321typedef std::future<UpdateFunctionUrlConfigOutcome> UpdateFunctionUrlConfigOutcomeCallable;
322/* End of service model Outcome callable definitions */
323} // namespace Model
324
325class LambdaClient;
326
327/* Service model async handlers definitions */
328typedef std::function<void(const LambdaClient*, const Model::AddLayerVersionPermissionRequest&,
329 const Model::AddLayerVersionPermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
331typedef std::function<void(const LambdaClient*, const Model::AddPermissionRequest&, const Model::AddPermissionOutcome&,
332 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
334typedef std::function<void(const LambdaClient*, const Model::CreateAliasRequest&, const Model::CreateAliasOutcome&,
335 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
340typedef std::function<void(const LambdaClient*, const Model::CreateEventSourceMappingRequest&,
341 const Model::CreateEventSourceMappingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
343typedef std::function<void(const LambdaClient*, const Model::CreateFunctionRequest&, const Model::CreateFunctionOutcome&,
344 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
349typedef std::function<void(const LambdaClient*, const Model::DeleteAliasRequest&, const Model::DeleteAliasOutcome&,
350 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
353 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
355typedef std::function<void(const LambdaClient*, const Model::DeleteEventSourceMappingRequest&,
356 const Model::DeleteEventSourceMappingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
358typedef std::function<void(const LambdaClient*, const Model::DeleteFunctionRequest&, const Model::DeleteFunctionOutcome&,
359 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
361typedef std::function<void(const LambdaClient*, const Model::DeleteFunctionCodeSigningConfigRequest&,
363 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
365typedef std::function<void(const LambdaClient*, const Model::DeleteFunctionConcurrencyRequest&,
366 const Model::DeleteFunctionConcurrencyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
368typedef std::function<void(const LambdaClient*, const Model::DeleteFunctionEventInvokeConfigRequest&,
370 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
373 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
375typedef std::function<void(const LambdaClient*, const Model::DeleteLayerVersionRequest&, const Model::DeleteLayerVersionOutcome&,
376 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
378typedef std::function<void(const LambdaClient*, const Model::DeleteProvisionedConcurrencyConfigRequest&,
380 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
382typedef std::function<void(const LambdaClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&,
383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
385typedef std::function<void(const LambdaClient*, const Model::GetAliasRequest&, const Model::GetAliasOutcome&,
386 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
388typedef std::function<void(const LambdaClient*, const Model::GetCodeSigningConfigRequest&, const Model::GetCodeSigningConfigOutcome&,
389 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
391typedef std::function<void(const LambdaClient*, const Model::GetEventSourceMappingRequest&, const Model::GetEventSourceMappingOutcome&,
392 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
394typedef std::function<void(const LambdaClient*, const Model::GetFunctionRequest&, const Model::GetFunctionOutcome&,
395 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
397typedef std::function<void(const LambdaClient*, const Model::GetFunctionCodeSigningConfigRequest&,
399 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
401typedef std::function<void(const LambdaClient*, const Model::GetFunctionConcurrencyRequest&, const Model::GetFunctionConcurrencyOutcome&,
402 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
404typedef std::function<void(const LambdaClient*, const Model::GetFunctionConfigurationRequest&,
405 const Model::GetFunctionConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
407typedef std::function<void(const LambdaClient*, const Model::GetFunctionEventInvokeConfigRequest&,
409 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
411typedef std::function<void(const LambdaClient*, const Model::GetFunctionRecursionConfigRequest&,
412 const Model::GetFunctionRecursionConfigOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
414typedef std::function<void(const LambdaClient*, const Model::GetFunctionUrlConfigRequest&, const Model::GetFunctionUrlConfigOutcome&,
415 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
417typedef std::function<void(const LambdaClient*, const Model::GetLayerVersionRequest&, const Model::GetLayerVersionOutcome&,
418 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
420typedef std::function<void(const LambdaClient*, const Model::GetLayerVersionByArnRequest&, const Model::GetLayerVersionByArnOutcome&,
421 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
423typedef std::function<void(const LambdaClient*, const Model::GetLayerVersionPolicyRequest&, const Model::GetLayerVersionPolicyOutcome&,
424 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
426typedef std::function<void(const LambdaClient*, const Model::GetPolicyRequest&, const Model::GetPolicyOutcome&,
427 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
429typedef std::function<void(const LambdaClient*, const Model::GetProvisionedConcurrencyConfigRequest&,
431 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
433typedef std::function<void(const LambdaClient*, const Model::GetRuntimeManagementConfigRequest&,
434 const Model::GetRuntimeManagementConfigOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
436typedef std::function<void(const LambdaClient*, const Model::InvokeRequest&, Model::InvokeOutcome,
437 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
439typedef std::function<void(const LambdaClient*, const Model::InvokeWithResponseStreamRequest&,
440 const Model::InvokeWithResponseStreamOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
442typedef std::function<void(const LambdaClient*, const Model::ListAliasesRequest&, const Model::ListAliasesOutcome&,
443 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
445typedef std::function<void(const LambdaClient*, const Model::ListCodeSigningConfigsRequest&, const Model::ListCodeSigningConfigsOutcome&,
446 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
449 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
451typedef std::function<void(const LambdaClient*, const Model::ListFunctionEventInvokeConfigsRequest&,
453 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
455typedef std::function<void(const LambdaClient*, const Model::ListFunctionUrlConfigsRequest&, const Model::ListFunctionUrlConfigsOutcome&,
456 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
458typedef std::function<void(const LambdaClient*, const Model::ListFunctionsRequest&, const Model::ListFunctionsOutcome&,
459 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
461typedef std::function<void(const LambdaClient*, const Model::ListFunctionsByCodeSigningConfigRequest&,
463 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
465typedef std::function<void(const LambdaClient*, const Model::ListLayerVersionsRequest&, const Model::ListLayerVersionsOutcome&,
466 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
468typedef std::function<void(const LambdaClient*, const Model::ListLayersRequest&, const Model::ListLayersOutcome&,
469 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
471typedef std::function<void(const LambdaClient*, const Model::ListProvisionedConcurrencyConfigsRequest&,
473 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
475typedef std::function<void(const LambdaClient*, const Model::ListTagsRequest&, const Model::ListTagsOutcome&,
476 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
478typedef std::function<void(const LambdaClient*, const Model::ListVersionsByFunctionRequest&, const Model::ListVersionsByFunctionOutcome&,
479 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
481typedef std::function<void(const LambdaClient*, const Model::PublishLayerVersionRequest&, const Model::PublishLayerVersionOutcome&,
482 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
484typedef std::function<void(const LambdaClient*, const Model::PublishVersionRequest&, const Model::PublishVersionOutcome&,
485 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
487typedef std::function<void(const LambdaClient*, const Model::PutFunctionCodeSigningConfigRequest&,
489 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
491typedef std::function<void(const LambdaClient*, const Model::PutFunctionConcurrencyRequest&, const Model::PutFunctionConcurrencyOutcome&,
492 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
494typedef std::function<void(const LambdaClient*, const Model::PutFunctionEventInvokeConfigRequest&,
496 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
498typedef std::function<void(const LambdaClient*, const Model::PutFunctionRecursionConfigRequest&,
499 const Model::PutFunctionRecursionConfigOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
501typedef std::function<void(const LambdaClient*, const Model::PutProvisionedConcurrencyConfigRequest&,
503 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
505typedef std::function<void(const LambdaClient*, const Model::PutRuntimeManagementConfigRequest&,
506 const Model::PutRuntimeManagementConfigOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
508typedef std::function<void(const LambdaClient*, const Model::RemoveLayerVersionPermissionRequest&,
510 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
512typedef std::function<void(const LambdaClient*, const Model::RemovePermissionRequest&, const Model::RemovePermissionOutcome&,
513 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
515typedef std::function<void(const LambdaClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
516 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
518typedef std::function<void(const LambdaClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
519 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
521typedef std::function<void(const LambdaClient*, const Model::UpdateAliasRequest&, const Model::UpdateAliasOutcome&,
522 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
525 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
527typedef std::function<void(const LambdaClient*, const Model::UpdateEventSourceMappingRequest&,
528 const Model::UpdateEventSourceMappingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
530typedef std::function<void(const LambdaClient*, const Model::UpdateFunctionCodeRequest&, const Model::UpdateFunctionCodeOutcome&,
531 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
533typedef std::function<void(const LambdaClient*, const Model::UpdateFunctionConfigurationRequest&,
534 const Model::UpdateFunctionConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
536typedef std::function<void(const LambdaClient*, const Model::UpdateFunctionEventInvokeConfigRequest&,
538 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
541 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
543/* End of service model async handlers definitions */
544} // namespace Lambda
545} // namespace Aws
EndpointProviderBase< LambdaClientConfiguration, LambdaBuiltInParameters, LambdaClientContextParameters > LambdaEndpointProviderBase
Aws::Utils::Outcome< UpdateFunctionConfigurationResult, LambdaError > UpdateFunctionConfigurationOutcome
Aws::Utils::Outcome< GetFunctionRecursionConfigResult, LambdaError > GetFunctionRecursionConfigOutcome
Aws::Utils::Outcome< GetPolicyResult, LambdaError > GetPolicyOutcome
Aws::Utils::Outcome< ListCodeSigningConfigsResult, LambdaError > ListCodeSigningConfigsOutcome
std::future< UpdateFunctionConfigurationOutcome > UpdateFunctionConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteProvisionedConcurrencyConfigOutcome
std::future< ListCodeSigningConfigsOutcome > ListCodeSigningConfigsOutcomeCallable
Aws::Utils::Outcome< PutFunctionCodeSigningConfigResult, LambdaError > PutFunctionCodeSigningConfigOutcome
Aws::Utils::Outcome< GetLayerVersionResult, LambdaError > GetLayerVersionOutcome
Aws::Utils::Outcome< GetFunctionCodeSigningConfigResult, LambdaError > GetFunctionCodeSigningConfigOutcome
std::future< ListFunctionUrlConfigsOutcome > ListFunctionUrlConfigsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > UntagResourceOutcome
std::future< GetFunctionEventInvokeConfigOutcome > GetFunctionEventInvokeConfigOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteFunctionCodeSigningConfigOutcome
std::future< GetAccountSettingsOutcome > GetAccountSettingsOutcomeCallable
std::future< UpdateFunctionEventInvokeConfigOutcome > UpdateFunctionEventInvokeConfigOutcomeCallable
Aws::Utils::Outcome< GetLayerVersionPolicyResult, LambdaError > GetLayerVersionPolicyOutcome
Aws::Utils::Outcome< ListEventSourceMappingsResult, LambdaError > ListEventSourceMappingsOutcome
std::future< InvokeOutcome > InvokeOutcomeCallable
std::future< PublishLayerVersionOutcome > PublishLayerVersionOutcomeCallable
Aws::Utils::Outcome< PutProvisionedConcurrencyConfigResult, LambdaError > PutProvisionedConcurrencyConfigOutcome
Aws::Utils::Outcome< ListFunctionsResult, LambdaError > ListFunctionsOutcome
Aws::Utils::Outcome< ListLayerVersionsResult, LambdaError > ListLayerVersionsOutcome
Aws::Utils::Outcome< CreateFunctionUrlConfigResult, LambdaError > CreateFunctionUrlConfigOutcome
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteFunctionUrlConfigOutcome
std::future< UpdateFunctionUrlConfigOutcome > UpdateFunctionUrlConfigOutcomeCallable
std::future< GetCodeSigningConfigOutcome > GetCodeSigningConfigOutcomeCallable
Aws::Utils::Outcome< GetAliasResult, LambdaError > GetAliasOutcome
std::future< ListProvisionedConcurrencyConfigsOutcome > ListProvisionedConcurrencyConfigsOutcomeCallable
std::future< ListLayersOutcome > ListLayersOutcomeCallable
std::future< PutRuntimeManagementConfigOutcome > PutRuntimeManagementConfigOutcomeCallable
std::future< PutFunctionEventInvokeConfigOutcome > PutFunctionEventInvokeConfigOutcomeCallable
std::future< DeleteCodeSigningConfigOutcome > DeleteCodeSigningConfigOutcomeCallable
Aws::Utils::Outcome< ListFunctionUrlConfigsResult, LambdaError > ListFunctionUrlConfigsOutcome
Aws::Utils::Outcome< CreateFunctionResult, LambdaError > CreateFunctionOutcome
Aws::Utils::Outcome< ListTagsResult, LambdaError > ListTagsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< ListProvisionedConcurrencyConfigsResult, LambdaError > ListProvisionedConcurrencyConfigsOutcome
std::future< CreateCodeSigningConfigOutcome > CreateCodeSigningConfigOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteFunctionConcurrencyOutcome
std::future< GetAliasOutcome > GetAliasOutcomeCallable
Aws::Utils::Outcome< ListVersionsByFunctionResult, LambdaError > ListVersionsByFunctionOutcome
std::future< GetLayerVersionPolicyOutcome > GetLayerVersionPolicyOutcomeCallable
Aws::Utils::Outcome< PutRuntimeManagementConfigResult, LambdaError > PutRuntimeManagementConfigOutcome
std::future< GetLayerVersionByArnOutcome > GetLayerVersionByArnOutcomeCallable
std::future< DeleteAliasOutcome > DeleteAliasOutcomeCallable
std::future< AddPermissionOutcome > AddPermissionOutcomeCallable
Aws::Utils::Outcome< UpdateFunctionUrlConfigResult, LambdaError > UpdateFunctionUrlConfigOutcome
Aws::Utils::Outcome< DeleteEventSourceMappingResult, LambdaError > DeleteEventSourceMappingOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< GetFunctionEventInvokeConfigResult, LambdaError > GetFunctionEventInvokeConfigOutcome
std::future< UpdateEventSourceMappingOutcome > UpdateEventSourceMappingOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > TagResourceOutcome
Aws::Utils::Outcome< GetProvisionedConcurrencyConfigResult, LambdaError > GetProvisionedConcurrencyConfigOutcome
std::future< ListFunctionsByCodeSigningConfigOutcome > ListFunctionsByCodeSigningConfigOutcomeCallable
Aws::Utils::Outcome< UpdateAliasResult, LambdaError > UpdateAliasOutcome
std::future< RemovePermissionOutcome > RemovePermissionOutcomeCallable
std::future< DeleteFunctionOutcome > DeleteFunctionOutcomeCallable
std::future< DeleteFunctionEventInvokeConfigOutcome > DeleteFunctionEventInvokeConfigOutcomeCallable
std::future< CreateEventSourceMappingOutcome > CreateEventSourceMappingOutcomeCallable
Aws::Utils::Outcome< ListFunctionsByCodeSigningConfigResult, LambdaError > ListFunctionsByCodeSigningConfigOutcome
std::future< PutFunctionRecursionConfigOutcome > PutFunctionRecursionConfigOutcomeCallable
std::future< ListEventSourceMappingsOutcome > ListEventSourceMappingsOutcomeCallable
Aws::Utils::Outcome< GetCodeSigningConfigResult, LambdaError > GetCodeSigningConfigOutcome
Aws::Utils::Outcome< Aws::NoResult, LambdaError > InvokeWithResponseStreamOutcome
std::future< UpdateAliasOutcome > UpdateAliasOutcomeCallable
std::future< ListFunctionsOutcome > ListFunctionsOutcomeCallable
std::future< CreateFunctionUrlConfigOutcome > CreateFunctionUrlConfigOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteFunctionOutcome
Aws::Utils::Outcome< GetFunctionUrlConfigResult, LambdaError > GetFunctionUrlConfigOutcome
Aws::Utils::Outcome< CreateAliasResult, LambdaError > CreateAliasOutcome
Aws::Utils::Outcome< PutFunctionRecursionConfigResult, LambdaError > PutFunctionRecursionConfigOutcome
std::future< GetFunctionConfigurationOutcome > GetFunctionConfigurationOutcomeCallable
std::future< ListAliasesOutcome > ListAliasesOutcomeCallable
std::future< CreateAliasOutcome > CreateAliasOutcomeCallable
Aws::Utils::Outcome< GetAccountSettingsResult, LambdaError > GetAccountSettingsOutcome
std::future< GetFunctionConcurrencyOutcome > GetFunctionConcurrencyOutcomeCallable
Aws::Utils::Outcome< PublishVersionResult, LambdaError > PublishVersionOutcome
Aws::Utils::Outcome< PutFunctionConcurrencyResult, LambdaError > PutFunctionConcurrencyOutcome
std::future< GetFunctionOutcome > GetFunctionOutcomeCallable
std::future< ListTagsOutcome > ListTagsOutcomeCallable
Aws::Utils::Outcome< GetLayerVersionByArnResult, LambdaError > GetLayerVersionByArnOutcome
Aws::Utils::Outcome< ListLayersResult, LambdaError > ListLayersOutcome
std::future< PutFunctionCodeSigningConfigOutcome > PutFunctionCodeSigningConfigOutcomeCallable
std::future< GetLayerVersionOutcome > GetLayerVersionOutcomeCallable
Aws::Utils::Outcome< AddLayerVersionPermissionResult, LambdaError > AddLayerVersionPermissionOutcome
std::future< InvokeWithResponseStreamOutcome > InvokeWithResponseStreamOutcomeCallable
Aws::Utils::Outcome< DeleteCodeSigningConfigResult, LambdaError > DeleteCodeSigningConfigOutcome
Aws::Utils::Outcome< GetFunctionConcurrencyResult, LambdaError > GetFunctionConcurrencyOutcome
Aws::Utils::Outcome< UpdateFunctionEventInvokeConfigResult, LambdaError > UpdateFunctionEventInvokeConfigOutcome
std::future< GetPolicyOutcome > GetPolicyOutcomeCallable
std::future< GetRuntimeManagementConfigOutcome > GetRuntimeManagementConfigOutcomeCallable
std::future< RemoveLayerVersionPermissionOutcome > RemoveLayerVersionPermissionOutcomeCallable
std::future< GetEventSourceMappingOutcome > GetEventSourceMappingOutcomeCallable
Aws::Utils::Outcome< CreateEventSourceMappingResult, LambdaError > CreateEventSourceMappingOutcome
std::future< PutProvisionedConcurrencyConfigOutcome > PutProvisionedConcurrencyConfigOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > RemoveLayerVersionPermissionOutcome
std::future< CreateFunctionOutcome > CreateFunctionOutcomeCallable
Aws::Utils::Outcome< GetFunctionResult, LambdaError > GetFunctionOutcome
std::future< GetFunctionUrlConfigOutcome > GetFunctionUrlConfigOutcomeCallable
Aws::Utils::Outcome< AddPermissionResult, LambdaError > AddPermissionOutcome
Aws::Utils::Outcome< PutFunctionEventInvokeConfigResult, LambdaError > PutFunctionEventInvokeConfigOutcome
std::future< DeleteFunctionCodeSigningConfigOutcome > DeleteFunctionCodeSigningConfigOutcomeCallable
std::future< DeleteFunctionUrlConfigOutcome > DeleteFunctionUrlConfigOutcomeCallable
Aws::Utils::Outcome< GetFunctionConfigurationResult, LambdaError > GetFunctionConfigurationOutcome
Aws::Utils::Outcome< ListAliasesResult, LambdaError > ListAliasesOutcome
std::future< PublishVersionOutcome > PublishVersionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > RemovePermissionOutcome
std::future< GetProvisionedConcurrencyConfigOutcome > GetProvisionedConcurrencyConfigOutcomeCallable
std::future< GetFunctionCodeSigningConfigOutcome > GetFunctionCodeSigningConfigOutcomeCallable
std::future< AddLayerVersionPermissionOutcome > AddLayerVersionPermissionOutcomeCallable
std::future< DeleteProvisionedConcurrencyConfigOutcome > DeleteProvisionedConcurrencyConfigOutcomeCallable
Aws::Utils::Outcome< UpdateFunctionCodeResult, LambdaError > UpdateFunctionCodeOutcome
std::future< PutFunctionConcurrencyOutcome > PutFunctionConcurrencyOutcomeCallable
Aws::Utils::Outcome< ListFunctionEventInvokeConfigsResult, LambdaError > ListFunctionEventInvokeConfigsOutcome
Aws::Utils::Outcome< CreateCodeSigningConfigResult, LambdaError > CreateCodeSigningConfigOutcome
std::future< UpdateCodeSigningConfigOutcome > UpdateCodeSigningConfigOutcomeCallable
Aws::Utils::Outcome< UpdateCodeSigningConfigResult, LambdaError > UpdateCodeSigningConfigOutcome
Aws::Utils::Outcome< GetRuntimeManagementConfigResult, LambdaError > GetRuntimeManagementConfigOutcome
Aws::Utils::Outcome< PublishLayerVersionResult, LambdaError > PublishLayerVersionOutcome
std::future< ListLayerVersionsOutcome > ListLayerVersionsOutcomeCallable
std::future< UpdateFunctionCodeOutcome > UpdateFunctionCodeOutcomeCallable
std::future< GetFunctionRecursionConfigOutcome > GetFunctionRecursionConfigOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteFunctionEventInvokeConfigOutcome
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteLayerVersionOutcome
Aws::Utils::Outcome< InvokeResult, LambdaError > InvokeOutcome
std::future< DeleteEventSourceMappingOutcome > DeleteEventSourceMappingOutcomeCallable
Aws::Utils::Outcome< UpdateEventSourceMappingResult, LambdaError > UpdateEventSourceMappingOutcome
Aws::Utils::Outcome< GetEventSourceMappingResult, LambdaError > GetEventSourceMappingOutcome
std::future< ListVersionsByFunctionOutcome > ListVersionsByFunctionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, LambdaError > DeleteAliasOutcome
std::future< ListFunctionEventInvokeConfigsOutcome > ListFunctionEventInvokeConfigsOutcomeCallable
std::future< DeleteFunctionConcurrencyOutcome > DeleteFunctionConcurrencyOutcomeCallable
std::future< DeleteLayerVersionOutcome > DeleteLayerVersionOutcomeCallable
std::function< void(const LambdaClient *, const Model::RemovePermissionRequest &, const Model::RemovePermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RemovePermissionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetLayerVersionByArnRequest &, const Model::GetLayerVersionByArnOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLayerVersionByArnResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListFunctionsRequest &, const Model::ListFunctionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFunctionsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::CreateAliasRequest &, const Model::CreateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAliasResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::CreateCodeSigningConfigRequest &, const Model::CreateCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListFunctionEventInvokeConfigsRequest &, const Model::ListFunctionEventInvokeConfigsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFunctionEventInvokeConfigsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UpdateCodeSigningConfigRequest &, const Model::UpdateCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetFunctionRecursionConfigRequest &, const Model::GetFunctionRecursionConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFunctionRecursionConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::AddPermissionRequest &, const Model::AddPermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddPermissionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::CreateEventSourceMappingRequest &, const Model::CreateEventSourceMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateEventSourceMappingResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UpdateFunctionUrlConfigRequest &, const Model::UpdateFunctionUrlConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFunctionUrlConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListFunctionUrlConfigsRequest &, const Model::ListFunctionUrlConfigsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFunctionUrlConfigsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteFunctionCodeSigningConfigRequest &, const Model::DeleteFunctionCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFunctionCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListLayersRequest &, const Model::ListLayersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLayersResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetProvisionedConcurrencyConfigRequest &, const Model::GetProvisionedConcurrencyConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetProvisionedConcurrencyConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UpdateFunctionConfigurationRequest &, const Model::UpdateFunctionConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFunctionConfigurationResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetRuntimeManagementConfigRequest &, const Model::GetRuntimeManagementConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRuntimeManagementConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetCodeSigningConfigRequest &, const Model::GetCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteFunctionConcurrencyRequest &, const Model::DeleteFunctionConcurrencyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFunctionConcurrencyResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetFunctionRequest &, const Model::GetFunctionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFunctionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteProvisionedConcurrencyConfigRequest &, const Model::DeleteProvisionedConcurrencyConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteProvisionedConcurrencyConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::AddLayerVersionPermissionRequest &, const Model::AddLayerVersionPermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddLayerVersionPermissionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListEventSourceMappingsRequest &, const Model::ListEventSourceMappingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEventSourceMappingsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PublishVersionRequest &, const Model::PublishVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PublishVersionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PutProvisionedConcurrencyConfigRequest &, const Model::PutProvisionedConcurrencyConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutProvisionedConcurrencyConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PutFunctionEventInvokeConfigRequest &, const Model::PutFunctionEventInvokeConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutFunctionEventInvokeConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetLayerVersionRequest &, const Model::GetLayerVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLayerVersionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetFunctionConcurrencyRequest &, const Model::GetFunctionConcurrencyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFunctionConcurrencyResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListFunctionsByCodeSigningConfigRequest &, const Model::ListFunctionsByCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFunctionsByCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UpdateAliasRequest &, const Model::UpdateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateAliasResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetAccountSettingsRequest &, const Model::GetAccountSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccountSettingsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListTagsRequest &, const Model::ListTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteLayerVersionRequest &, const Model::DeleteLayerVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteLayerVersionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListAliasesRequest &, const Model::ListAliasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAliasesResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PutFunctionRecursionConfigRequest &, const Model::PutFunctionRecursionConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutFunctionRecursionConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetLayerVersionPolicyRequest &, const Model::GetLayerVersionPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLayerVersionPolicyResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::CreateFunctionUrlConfigRequest &, const Model::CreateFunctionUrlConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateFunctionUrlConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UpdateFunctionEventInvokeConfigRequest &, const Model::UpdateFunctionEventInvokeConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFunctionEventInvokeConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListVersionsByFunctionRequest &, const Model::ListVersionsByFunctionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVersionsByFunctionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteEventSourceMappingRequest &, const Model::DeleteEventSourceMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteEventSourceMappingResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteFunctionUrlConfigRequest &, const Model::DeleteFunctionUrlConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFunctionUrlConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetFunctionCodeSigningConfigRequest &, const Model::GetFunctionCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFunctionCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PutFunctionConcurrencyRequest &, const Model::PutFunctionConcurrencyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutFunctionConcurrencyResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteFunctionEventInvokeConfigRequest &, const Model::DeleteFunctionEventInvokeConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFunctionEventInvokeConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UpdateEventSourceMappingRequest &, const Model::UpdateEventSourceMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateEventSourceMappingResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetFunctionConfigurationRequest &, const Model::GetFunctionConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFunctionConfigurationResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteCodeSigningConfigRequest &, const Model::DeleteCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PutFunctionCodeSigningConfigRequest &, const Model::PutFunctionCodeSigningConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutFunctionCodeSigningConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UpdateFunctionCodeRequest &, const Model::UpdateFunctionCodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFunctionCodeResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::CreateFunctionRequest &, const Model::CreateFunctionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateFunctionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetFunctionEventInvokeConfigRequest &, const Model::GetFunctionEventInvokeConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFunctionEventInvokeConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PutRuntimeManagementConfigRequest &, const Model::PutRuntimeManagementConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutRuntimeManagementConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetEventSourceMappingRequest &, const Model::GetEventSourceMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEventSourceMappingResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetAliasRequest &, const Model::GetAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAliasResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::PublishLayerVersionRequest &, const Model::PublishLayerVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PublishLayerVersionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetPolicyRequest &, const Model::GetPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPolicyResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListCodeSigningConfigsRequest &, const Model::ListCodeSigningConfigsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCodeSigningConfigsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::InvokeWithResponseStreamRequest &, const Model::InvokeWithResponseStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InvokeWithResponseStreamResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::InvokeRequest &, Model::InvokeOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InvokeResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteAliasRequest &, const Model::DeleteAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAliasResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListProvisionedConcurrencyConfigsRequest &, const Model::ListProvisionedConcurrencyConfigsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListProvisionedConcurrencyConfigsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::GetFunctionUrlConfigRequest &, const Model::GetFunctionUrlConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFunctionUrlConfigResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::RemoveLayerVersionPermissionRequest &, const Model::RemoveLayerVersionPermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RemoveLayerVersionPermissionResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::ListLayerVersionsRequest &, const Model::ListLayerVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLayerVersionsResponseReceivedHandler
std::function< void(const LambdaClient *, const Model::DeleteFunctionRequest &, const Model::DeleteFunctionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFunctionResponseReceivedHandler