AWS SDK for C++

AWS SDK for C++ Version 1.11.782

Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
Aws::Lambda::LambdaClient Class Reference

#include <LambdaClient.h>

Inheritance diagram for Aws::Lambda::LambdaClient:
[legend]

Public Types

 
 
 

Public Types inherited from Aws::Client::AWSJsonClient

 
 
typedef OutcomeType OUTCOME
 
typedef ResponseType RESPONSE
 

Public Member Functions

 LambdaClient (const Aws::Lambda::LambdaClientConfiguration &clientConfiguration=Aws::Lambda::LambdaClientConfiguration(), std::shared_ptr< LambdaEndpointProviderBase > endpointProvider=nullptr)
 
 LambdaClient (const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< LambdaEndpointProviderBase > endpointProvider=nullptr, const Aws::Lambda::LambdaClientConfiguration &clientConfiguration=Aws::Lambda::LambdaClientConfiguration())
 
 LambdaClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< LambdaEndpointProviderBase > endpointProvider=nullptr, const Aws::Lambda::LambdaClientConfiguration &clientConfiguration=Aws::Lambda::LambdaClientConfiguration())
 
 LambdaClient (const Aws::Client::ClientConfiguration &clientConfiguration)
 
 LambdaClient (const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
 
 LambdaClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
 
virtual ~LambdaClient ()
 
 
template<typename AddLayerVersionPermissionRequestT = Model::AddLayerVersionPermissionRequest>
Model::AddLayerVersionPermissionOutcomeCallable AddLayerVersionPermissionCallable (const AddLayerVersionPermissionRequestT &request) const
 
template<typename AddLayerVersionPermissionRequestT = Model::AddLayerVersionPermissionRequest>
void AddLayerVersionPermissionAsync (const AddLayerVersionPermissionRequestT &request, const AddLayerVersionPermissionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename AddPermissionRequestT = Model::AddPermissionRequest>
Model::AddPermissionOutcomeCallable AddPermissionCallable (const AddPermissionRequestT &request) const
 
template<typename AddPermissionRequestT = Model::AddPermissionRequest>
void AddPermissionAsync (const AddPermissionRequestT &request, const AddPermissionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CheckpointDurableExecutionRequestT = Model::CheckpointDurableExecutionRequest>
Model::CheckpointDurableExecutionOutcomeCallable CheckpointDurableExecutionCallable (const CheckpointDurableExecutionRequestT &request) const
 
template<typename CheckpointDurableExecutionRequestT = Model::CheckpointDurableExecutionRequest>
void CheckpointDurableExecutionAsync (const CheckpointDurableExecutionRequestT &request, const CheckpointDurableExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateAliasRequestT = Model::CreateAliasRequest>
Model::CreateAliasOutcomeCallable CreateAliasCallable (const CreateAliasRequestT &request) const
 
template<typename CreateAliasRequestT = Model::CreateAliasRequest>
void CreateAliasAsync (const CreateAliasRequestT &request, const CreateAliasResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateCapacityProviderRequestT = Model::CreateCapacityProviderRequest>
Model::CreateCapacityProviderOutcomeCallable CreateCapacityProviderCallable (const CreateCapacityProviderRequestT &request) const
 
template<typename CreateCapacityProviderRequestT = Model::CreateCapacityProviderRequest>
void CreateCapacityProviderAsync (const CreateCapacityProviderRequestT &request, const CreateCapacityProviderResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateCodeSigningConfigRequestT = Model::CreateCodeSigningConfigRequest>
Model::CreateCodeSigningConfigOutcomeCallable CreateCodeSigningConfigCallable (const CreateCodeSigningConfigRequestT &request) const
 
template<typename CreateCodeSigningConfigRequestT = Model::CreateCodeSigningConfigRequest>
void CreateCodeSigningConfigAsync (const CreateCodeSigningConfigRequestT &request, const CreateCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateEventSourceMappingRequestT = Model::CreateEventSourceMappingRequest>
Model::CreateEventSourceMappingOutcomeCallable CreateEventSourceMappingCallable (const CreateEventSourceMappingRequestT &request) const
 
template<typename CreateEventSourceMappingRequestT = Model::CreateEventSourceMappingRequest>
void CreateEventSourceMappingAsync (const CreateEventSourceMappingRequestT &request, const CreateEventSourceMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateFunctionRequestT = Model::CreateFunctionRequest>
Model::CreateFunctionOutcomeCallable CreateFunctionCallable (const CreateFunctionRequestT &request) const
 
template<typename CreateFunctionRequestT = Model::CreateFunctionRequest>
void CreateFunctionAsync (const CreateFunctionRequestT &request, const CreateFunctionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateFunctionUrlConfigRequestT = Model::CreateFunctionUrlConfigRequest>
Model::CreateFunctionUrlConfigOutcomeCallable CreateFunctionUrlConfigCallable (const CreateFunctionUrlConfigRequestT &request) const
 
template<typename CreateFunctionUrlConfigRequestT = Model::CreateFunctionUrlConfigRequest>
void CreateFunctionUrlConfigAsync (const CreateFunctionUrlConfigRequestT &request, const CreateFunctionUrlConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteAliasRequestT = Model::DeleteAliasRequest>
Model::DeleteAliasOutcomeCallable DeleteAliasCallable (const DeleteAliasRequestT &request) const
 
template<typename DeleteAliasRequestT = Model::DeleteAliasRequest>
void DeleteAliasAsync (const DeleteAliasRequestT &request, const DeleteAliasResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteCapacityProviderRequestT = Model::DeleteCapacityProviderRequest>
Model::DeleteCapacityProviderOutcomeCallable DeleteCapacityProviderCallable (const DeleteCapacityProviderRequestT &request) const
 
template<typename DeleteCapacityProviderRequestT = Model::DeleteCapacityProviderRequest>
void DeleteCapacityProviderAsync (const DeleteCapacityProviderRequestT &request, const DeleteCapacityProviderResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteCodeSigningConfigRequestT = Model::DeleteCodeSigningConfigRequest>
Model::DeleteCodeSigningConfigOutcomeCallable DeleteCodeSigningConfigCallable (const DeleteCodeSigningConfigRequestT &request) const
 
template<typename DeleteCodeSigningConfigRequestT = Model::DeleteCodeSigningConfigRequest>
void DeleteCodeSigningConfigAsync (const DeleteCodeSigningConfigRequestT &request, const DeleteCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteEventSourceMappingRequestT = Model::DeleteEventSourceMappingRequest>
Model::DeleteEventSourceMappingOutcomeCallable DeleteEventSourceMappingCallable (const DeleteEventSourceMappingRequestT &request) const
 
template<typename DeleteEventSourceMappingRequestT = Model::DeleteEventSourceMappingRequest>
void DeleteEventSourceMappingAsync (const DeleteEventSourceMappingRequestT &request, const DeleteEventSourceMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteFunctionRequestT = Model::DeleteFunctionRequest>
Model::DeleteFunctionOutcomeCallable DeleteFunctionCallable (const DeleteFunctionRequestT &request) const
 
template<typename DeleteFunctionRequestT = Model::DeleteFunctionRequest>
void DeleteFunctionAsync (const DeleteFunctionRequestT &request, const DeleteFunctionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteFunctionCodeSigningConfigRequestT = Model::DeleteFunctionCodeSigningConfigRequest>
Model::DeleteFunctionCodeSigningConfigOutcomeCallable DeleteFunctionCodeSigningConfigCallable (const DeleteFunctionCodeSigningConfigRequestT &request) const
 
template<typename DeleteFunctionCodeSigningConfigRequestT = Model::DeleteFunctionCodeSigningConfigRequest>
void DeleteFunctionCodeSigningConfigAsync (const DeleteFunctionCodeSigningConfigRequestT &request, const DeleteFunctionCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteFunctionConcurrencyRequestT = Model::DeleteFunctionConcurrencyRequest>
Model::DeleteFunctionConcurrencyOutcomeCallable DeleteFunctionConcurrencyCallable (const DeleteFunctionConcurrencyRequestT &request) const
 
template<typename DeleteFunctionConcurrencyRequestT = Model::DeleteFunctionConcurrencyRequest>
void DeleteFunctionConcurrencyAsync (const DeleteFunctionConcurrencyRequestT &request, const DeleteFunctionConcurrencyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteFunctionEventInvokeConfigRequestT = Model::DeleteFunctionEventInvokeConfigRequest>
Model::DeleteFunctionEventInvokeConfigOutcomeCallable DeleteFunctionEventInvokeConfigCallable (const DeleteFunctionEventInvokeConfigRequestT &request) const
 
template<typename DeleteFunctionEventInvokeConfigRequestT = Model::DeleteFunctionEventInvokeConfigRequest>
void DeleteFunctionEventInvokeConfigAsync (const DeleteFunctionEventInvokeConfigRequestT &request, const DeleteFunctionEventInvokeConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteFunctionUrlConfigRequestT = Model::DeleteFunctionUrlConfigRequest>
Model::DeleteFunctionUrlConfigOutcomeCallable DeleteFunctionUrlConfigCallable (const DeleteFunctionUrlConfigRequestT &request) const
 
template<typename DeleteFunctionUrlConfigRequestT = Model::DeleteFunctionUrlConfigRequest>
void DeleteFunctionUrlConfigAsync (const DeleteFunctionUrlConfigRequestT &request, const DeleteFunctionUrlConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteLayerVersionRequestT = Model::DeleteLayerVersionRequest>
Model::DeleteLayerVersionOutcomeCallable DeleteLayerVersionCallable (const DeleteLayerVersionRequestT &request) const
 
template<typename DeleteLayerVersionRequestT = Model::DeleteLayerVersionRequest>
void DeleteLayerVersionAsync (const DeleteLayerVersionRequestT &request, const DeleteLayerVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteProvisionedConcurrencyConfigRequestT = Model::DeleteProvisionedConcurrencyConfigRequest>
Model::DeleteProvisionedConcurrencyConfigOutcomeCallable DeleteProvisionedConcurrencyConfigCallable (const DeleteProvisionedConcurrencyConfigRequestT &request) const
 
template<typename DeleteProvisionedConcurrencyConfigRequestT = Model::DeleteProvisionedConcurrencyConfigRequest>
void DeleteProvisionedConcurrencyConfigAsync (const DeleteProvisionedConcurrencyConfigRequestT &request, const DeleteProvisionedConcurrencyConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetAccountSettingsRequestT = Model::GetAccountSettingsRequest>
Model::GetAccountSettingsOutcomeCallable GetAccountSettingsCallable (const GetAccountSettingsRequestT &request={}) const
 
template<typename GetAccountSettingsRequestT = Model::GetAccountSettingsRequest>
void GetAccountSettingsAsync (const GetAccountSettingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetAccountSettingsRequestT &request={}) const
 
 
template<typename GetAliasRequestT = Model::GetAliasRequest>
Model::GetAliasOutcomeCallable GetAliasCallable (const GetAliasRequestT &request) const
 
template<typename GetAliasRequestT = Model::GetAliasRequest>
void GetAliasAsync (const GetAliasRequestT &request, const GetAliasResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetCapacityProviderRequestT = Model::GetCapacityProviderRequest>
Model::GetCapacityProviderOutcomeCallable GetCapacityProviderCallable (const GetCapacityProviderRequestT &request) const
 
template<typename GetCapacityProviderRequestT = Model::GetCapacityProviderRequest>
void GetCapacityProviderAsync (const GetCapacityProviderRequestT &request, const GetCapacityProviderResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetCodeSigningConfigRequestT = Model::GetCodeSigningConfigRequest>
Model::GetCodeSigningConfigOutcomeCallable GetCodeSigningConfigCallable (const GetCodeSigningConfigRequestT &request) const
 
template<typename GetCodeSigningConfigRequestT = Model::GetCodeSigningConfigRequest>
void GetCodeSigningConfigAsync (const GetCodeSigningConfigRequestT &request, const GetCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetDurableExecutionRequestT = Model::GetDurableExecutionRequest>
Model::GetDurableExecutionOutcomeCallable GetDurableExecutionCallable (const GetDurableExecutionRequestT &request) const
 
template<typename GetDurableExecutionRequestT = Model::GetDurableExecutionRequest>
void GetDurableExecutionAsync (const GetDurableExecutionRequestT &request, const GetDurableExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetDurableExecutionHistoryRequestT = Model::GetDurableExecutionHistoryRequest>
Model::GetDurableExecutionHistoryOutcomeCallable GetDurableExecutionHistoryCallable (const GetDurableExecutionHistoryRequestT &request) const
 
template<typename GetDurableExecutionHistoryRequestT = Model::GetDurableExecutionHistoryRequest>
void GetDurableExecutionHistoryAsync (const GetDurableExecutionHistoryRequestT &request, const GetDurableExecutionHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetDurableExecutionStateRequestT = Model::GetDurableExecutionStateRequest>
Model::GetDurableExecutionStateOutcomeCallable GetDurableExecutionStateCallable (const GetDurableExecutionStateRequestT &request) const
 
template<typename GetDurableExecutionStateRequestT = Model::GetDurableExecutionStateRequest>
void GetDurableExecutionStateAsync (const GetDurableExecutionStateRequestT &request, const GetDurableExecutionStateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetEventSourceMappingRequestT = Model::GetEventSourceMappingRequest>
Model::GetEventSourceMappingOutcomeCallable GetEventSourceMappingCallable (const GetEventSourceMappingRequestT &request) const
 
template<typename GetEventSourceMappingRequestT = Model::GetEventSourceMappingRequest>
void GetEventSourceMappingAsync (const GetEventSourceMappingRequestT &request, const GetEventSourceMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionRequestT = Model::GetFunctionRequest>
Model::GetFunctionOutcomeCallable GetFunctionCallable (const GetFunctionRequestT &request) const
 
template<typename GetFunctionRequestT = Model::GetFunctionRequest>
void GetFunctionAsync (const GetFunctionRequestT &request, const GetFunctionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionCodeSigningConfigRequestT = Model::GetFunctionCodeSigningConfigRequest>
Model::GetFunctionCodeSigningConfigOutcomeCallable GetFunctionCodeSigningConfigCallable (const GetFunctionCodeSigningConfigRequestT &request) const
 
template<typename GetFunctionCodeSigningConfigRequestT = Model::GetFunctionCodeSigningConfigRequest>
void GetFunctionCodeSigningConfigAsync (const GetFunctionCodeSigningConfigRequestT &request, const GetFunctionCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionConcurrencyRequestT = Model::GetFunctionConcurrencyRequest>
Model::GetFunctionConcurrencyOutcomeCallable GetFunctionConcurrencyCallable (const GetFunctionConcurrencyRequestT &request) const
 
template<typename GetFunctionConcurrencyRequestT = Model::GetFunctionConcurrencyRequest>
void GetFunctionConcurrencyAsync (const GetFunctionConcurrencyRequestT &request, const GetFunctionConcurrencyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionConfigurationRequestT = Model::GetFunctionConfigurationRequest>
Model::GetFunctionConfigurationOutcomeCallable GetFunctionConfigurationCallable (const GetFunctionConfigurationRequestT &request) const
 
template<typename GetFunctionConfigurationRequestT = Model::GetFunctionConfigurationRequest>
void GetFunctionConfigurationAsync (const GetFunctionConfigurationRequestT &request, const GetFunctionConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionEventInvokeConfigRequestT = Model::GetFunctionEventInvokeConfigRequest>
Model::GetFunctionEventInvokeConfigOutcomeCallable GetFunctionEventInvokeConfigCallable (const GetFunctionEventInvokeConfigRequestT &request) const
 
template<typename GetFunctionEventInvokeConfigRequestT = Model::GetFunctionEventInvokeConfigRequest>
void GetFunctionEventInvokeConfigAsync (const GetFunctionEventInvokeConfigRequestT &request, const GetFunctionEventInvokeConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionRecursionConfigRequestT = Model::GetFunctionRecursionConfigRequest>
Model::GetFunctionRecursionConfigOutcomeCallable GetFunctionRecursionConfigCallable (const GetFunctionRecursionConfigRequestT &request) const
 
template<typename GetFunctionRecursionConfigRequestT = Model::GetFunctionRecursionConfigRequest>
void GetFunctionRecursionConfigAsync (const GetFunctionRecursionConfigRequestT &request, const GetFunctionRecursionConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionScalingConfigRequestT = Model::GetFunctionScalingConfigRequest>
Model::GetFunctionScalingConfigOutcomeCallable GetFunctionScalingConfigCallable (const GetFunctionScalingConfigRequestT &request) const
 
template<typename GetFunctionScalingConfigRequestT = Model::GetFunctionScalingConfigRequest>
void GetFunctionScalingConfigAsync (const GetFunctionScalingConfigRequestT &request, const GetFunctionScalingConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetFunctionUrlConfigRequestT = Model::GetFunctionUrlConfigRequest>
Model::GetFunctionUrlConfigOutcomeCallable GetFunctionUrlConfigCallable (const GetFunctionUrlConfigRequestT &request) const
 
template<typename GetFunctionUrlConfigRequestT = Model::GetFunctionUrlConfigRequest>
void GetFunctionUrlConfigAsync (const GetFunctionUrlConfigRequestT &request, const GetFunctionUrlConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetLayerVersionRequestT = Model::GetLayerVersionRequest>
Model::GetLayerVersionOutcomeCallable GetLayerVersionCallable (const GetLayerVersionRequestT &request) const
 
template<typename GetLayerVersionRequestT = Model::GetLayerVersionRequest>
void GetLayerVersionAsync (const GetLayerVersionRequestT &request, const GetLayerVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetLayerVersionByArnRequestT = Model::GetLayerVersionByArnRequest>
Model::GetLayerVersionByArnOutcomeCallable GetLayerVersionByArnCallable (const GetLayerVersionByArnRequestT &request) const
 
template<typename GetLayerVersionByArnRequestT = Model::GetLayerVersionByArnRequest>
void GetLayerVersionByArnAsync (const GetLayerVersionByArnRequestT &request, const GetLayerVersionByArnResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetLayerVersionPolicyRequestT = Model::GetLayerVersionPolicyRequest>
Model::GetLayerVersionPolicyOutcomeCallable GetLayerVersionPolicyCallable (const GetLayerVersionPolicyRequestT &request) const
 
template<typename GetLayerVersionPolicyRequestT = Model::GetLayerVersionPolicyRequest>
void GetLayerVersionPolicyAsync (const GetLayerVersionPolicyRequestT &request, const GetLayerVersionPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetPolicyRequestT = Model::GetPolicyRequest>
Model::GetPolicyOutcomeCallable GetPolicyCallable (const GetPolicyRequestT &request) const
 
template<typename GetPolicyRequestT = Model::GetPolicyRequest>
void GetPolicyAsync (const GetPolicyRequestT &request, const GetPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetProvisionedConcurrencyConfigRequestT = Model::GetProvisionedConcurrencyConfigRequest>
Model::GetProvisionedConcurrencyConfigOutcomeCallable GetProvisionedConcurrencyConfigCallable (const GetProvisionedConcurrencyConfigRequestT &request) const
 
template<typename GetProvisionedConcurrencyConfigRequestT = Model::GetProvisionedConcurrencyConfigRequest>
void GetProvisionedConcurrencyConfigAsync (const GetProvisionedConcurrencyConfigRequestT &request, const GetProvisionedConcurrencyConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetRuntimeManagementConfigRequestT = Model::GetRuntimeManagementConfigRequest>
Model::GetRuntimeManagementConfigOutcomeCallable GetRuntimeManagementConfigCallable (const GetRuntimeManagementConfigRequestT &request) const
 
template<typename GetRuntimeManagementConfigRequestT = Model::GetRuntimeManagementConfigRequest>
void GetRuntimeManagementConfigAsync (const GetRuntimeManagementConfigRequestT &request, const GetRuntimeManagementConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual Model::InvokeOutcome Invoke (const Model::InvokeRequest &request) const
 
template<typename InvokeRequestT = Model::InvokeRequest>
Model::InvokeOutcomeCallable InvokeCallable (const InvokeRequestT &request) const
 
template<typename InvokeRequestT = Model::InvokeRequest>
void InvokeAsync (const InvokeRequestT &request, const InvokeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename InvokeWithResponseStreamRequestT = Model::InvokeWithResponseStreamRequest>
Model::InvokeWithResponseStreamOutcomeCallable InvokeWithResponseStreamCallable (InvokeWithResponseStreamRequestT &request) const
 
template<typename InvokeWithResponseStreamRequestT = Model::InvokeWithResponseStreamRequest>
void InvokeWithResponseStreamAsync (InvokeWithResponseStreamRequestT &request, const InvokeWithResponseStreamResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListAliasesRequestT = Model::ListAliasesRequest>
Model::ListAliasesOutcomeCallable ListAliasesCallable (const ListAliasesRequestT &request) const
 
template<typename ListAliasesRequestT = Model::ListAliasesRequest>
void ListAliasesAsync (const ListAliasesRequestT &request, const ListAliasesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListCapacityProvidersRequestT = Model::ListCapacityProvidersRequest>
Model::ListCapacityProvidersOutcomeCallable ListCapacityProvidersCallable (const ListCapacityProvidersRequestT &request={}) const
 
template<typename ListCapacityProvidersRequestT = Model::ListCapacityProvidersRequest>
void ListCapacityProvidersAsync (const ListCapacityProvidersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListCapacityProvidersRequestT &request={}) const
 
 
template<typename ListCodeSigningConfigsRequestT = Model::ListCodeSigningConfigsRequest>
Model::ListCodeSigningConfigsOutcomeCallable ListCodeSigningConfigsCallable (const ListCodeSigningConfigsRequestT &request={}) const
 
template<typename ListCodeSigningConfigsRequestT = Model::ListCodeSigningConfigsRequest>
void ListCodeSigningConfigsAsync (const ListCodeSigningConfigsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListCodeSigningConfigsRequestT &request={}) const
 
 
template<typename ListDurableExecutionsByFunctionRequestT = Model::ListDurableExecutionsByFunctionRequest>
Model::ListDurableExecutionsByFunctionOutcomeCallable ListDurableExecutionsByFunctionCallable (const ListDurableExecutionsByFunctionRequestT &request) const
 
template<typename ListDurableExecutionsByFunctionRequestT = Model::ListDurableExecutionsByFunctionRequest>
void ListDurableExecutionsByFunctionAsync (const ListDurableExecutionsByFunctionRequestT &request, const ListDurableExecutionsByFunctionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListEventSourceMappingsRequestT = Model::ListEventSourceMappingsRequest>
Model::ListEventSourceMappingsOutcomeCallable ListEventSourceMappingsCallable (const ListEventSourceMappingsRequestT &request={}) const
 
template<typename ListEventSourceMappingsRequestT = Model::ListEventSourceMappingsRequest>
void ListEventSourceMappingsAsync (const ListEventSourceMappingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListEventSourceMappingsRequestT &request={}) const
 
 
template<typename ListFunctionEventInvokeConfigsRequestT = Model::ListFunctionEventInvokeConfigsRequest>
Model::ListFunctionEventInvokeConfigsOutcomeCallable ListFunctionEventInvokeConfigsCallable (const ListFunctionEventInvokeConfigsRequestT &request) const
 
template<typename ListFunctionEventInvokeConfigsRequestT = Model::ListFunctionEventInvokeConfigsRequest>
void ListFunctionEventInvokeConfigsAsync (const ListFunctionEventInvokeConfigsRequestT &request, const ListFunctionEventInvokeConfigsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListFunctionUrlConfigsRequestT = Model::ListFunctionUrlConfigsRequest>
Model::ListFunctionUrlConfigsOutcomeCallable ListFunctionUrlConfigsCallable (const ListFunctionUrlConfigsRequestT &request) const
 
template<typename ListFunctionUrlConfigsRequestT = Model::ListFunctionUrlConfigsRequest>
void ListFunctionUrlConfigsAsync (const ListFunctionUrlConfigsRequestT &request, const ListFunctionUrlConfigsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListFunctionVersionsByCapacityProviderRequestT = Model::ListFunctionVersionsByCapacityProviderRequest>
Model::ListFunctionVersionsByCapacityProviderOutcomeCallable ListFunctionVersionsByCapacityProviderCallable (const ListFunctionVersionsByCapacityProviderRequestT &request) const
 
template<typename ListFunctionVersionsByCapacityProviderRequestT = Model::ListFunctionVersionsByCapacityProviderRequest>
void ListFunctionVersionsByCapacityProviderAsync (const ListFunctionVersionsByCapacityProviderRequestT &request, const ListFunctionVersionsByCapacityProviderResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListFunctionsRequestT = Model::ListFunctionsRequest>
Model::ListFunctionsOutcomeCallable ListFunctionsCallable (const ListFunctionsRequestT &request={}) const
 
template<typename ListFunctionsRequestT = Model::ListFunctionsRequest>
void ListFunctionsAsync (const ListFunctionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListFunctionsRequestT &request={}) const
 
 
template<typename ListFunctionsByCodeSigningConfigRequestT = Model::ListFunctionsByCodeSigningConfigRequest>
Model::ListFunctionsByCodeSigningConfigOutcomeCallable ListFunctionsByCodeSigningConfigCallable (const ListFunctionsByCodeSigningConfigRequestT &request) const
 
template<typename ListFunctionsByCodeSigningConfigRequestT = Model::ListFunctionsByCodeSigningConfigRequest>
void ListFunctionsByCodeSigningConfigAsync (const ListFunctionsByCodeSigningConfigRequestT &request, const ListFunctionsByCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListLayerVersionsRequestT = Model::ListLayerVersionsRequest>
Model::ListLayerVersionsOutcomeCallable ListLayerVersionsCallable (const ListLayerVersionsRequestT &request) const
 
template<typename ListLayerVersionsRequestT = Model::ListLayerVersionsRequest>
void ListLayerVersionsAsync (const ListLayerVersionsRequestT &request, const ListLayerVersionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListLayersRequestT = Model::ListLayersRequest>
Model::ListLayersOutcomeCallable ListLayersCallable (const ListLayersRequestT &request={}) const
 
template<typename ListLayersRequestT = Model::ListLayersRequest>
void ListLayersAsync (const ListLayersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListLayersRequestT &request={}) const
 
 
template<typename ListProvisionedConcurrencyConfigsRequestT = Model::ListProvisionedConcurrencyConfigsRequest>
Model::ListProvisionedConcurrencyConfigsOutcomeCallable ListProvisionedConcurrencyConfigsCallable (const ListProvisionedConcurrencyConfigsRequestT &request) const
 
template<typename ListProvisionedConcurrencyConfigsRequestT = Model::ListProvisionedConcurrencyConfigsRequest>
void ListProvisionedConcurrencyConfigsAsync (const ListProvisionedConcurrencyConfigsRequestT &request, const ListProvisionedConcurrencyConfigsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListTagsRequestT = Model::ListTagsRequest>
Model::ListTagsOutcomeCallable ListTagsCallable (const ListTagsRequestT &request) const
 
template<typename ListTagsRequestT = Model::ListTagsRequest>
void ListTagsAsync (const ListTagsRequestT &request, const ListTagsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListVersionsByFunctionRequestT = Model::ListVersionsByFunctionRequest>
Model::ListVersionsByFunctionOutcomeCallable ListVersionsByFunctionCallable (const ListVersionsByFunctionRequestT &request) const
 
template<typename ListVersionsByFunctionRequestT = Model::ListVersionsByFunctionRequest>
void ListVersionsByFunctionAsync (const ListVersionsByFunctionRequestT &request, const ListVersionsByFunctionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PublishLayerVersionRequestT = Model::PublishLayerVersionRequest>
Model::PublishLayerVersionOutcomeCallable PublishLayerVersionCallable (const PublishLayerVersionRequestT &request) const
 
template<typename PublishLayerVersionRequestT = Model::PublishLayerVersionRequest>
void PublishLayerVersionAsync (const PublishLayerVersionRequestT &request, const PublishLayerVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PublishVersionRequestT = Model::PublishVersionRequest>
Model::PublishVersionOutcomeCallable PublishVersionCallable (const PublishVersionRequestT &request) const
 
template<typename PublishVersionRequestT = Model::PublishVersionRequest>
void PublishVersionAsync (const PublishVersionRequestT &request, const PublishVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PutFunctionCodeSigningConfigRequestT = Model::PutFunctionCodeSigningConfigRequest>
Model::PutFunctionCodeSigningConfigOutcomeCallable PutFunctionCodeSigningConfigCallable (const PutFunctionCodeSigningConfigRequestT &request) const
 
template<typename PutFunctionCodeSigningConfigRequestT = Model::PutFunctionCodeSigningConfigRequest>
void PutFunctionCodeSigningConfigAsync (const PutFunctionCodeSigningConfigRequestT &request, const PutFunctionCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PutFunctionConcurrencyRequestT = Model::PutFunctionConcurrencyRequest>
Model::PutFunctionConcurrencyOutcomeCallable PutFunctionConcurrencyCallable (const PutFunctionConcurrencyRequestT &request) const
 
template<typename PutFunctionConcurrencyRequestT = Model::PutFunctionConcurrencyRequest>
void PutFunctionConcurrencyAsync (const PutFunctionConcurrencyRequestT &request, const PutFunctionConcurrencyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PutFunctionEventInvokeConfigRequestT = Model::PutFunctionEventInvokeConfigRequest>
Model::PutFunctionEventInvokeConfigOutcomeCallable PutFunctionEventInvokeConfigCallable (const PutFunctionEventInvokeConfigRequestT &request) const
 
template<typename PutFunctionEventInvokeConfigRequestT = Model::PutFunctionEventInvokeConfigRequest>
void PutFunctionEventInvokeConfigAsync (const PutFunctionEventInvokeConfigRequestT &request, const PutFunctionEventInvokeConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PutFunctionRecursionConfigRequestT = Model::PutFunctionRecursionConfigRequest>
Model::PutFunctionRecursionConfigOutcomeCallable PutFunctionRecursionConfigCallable (const PutFunctionRecursionConfigRequestT &request) const
 
template<typename PutFunctionRecursionConfigRequestT = Model::PutFunctionRecursionConfigRequest>
void PutFunctionRecursionConfigAsync (const PutFunctionRecursionConfigRequestT &request, const PutFunctionRecursionConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PutFunctionScalingConfigRequestT = Model::PutFunctionScalingConfigRequest>
Model::PutFunctionScalingConfigOutcomeCallable PutFunctionScalingConfigCallable (const PutFunctionScalingConfigRequestT &request) const
 
template<typename PutFunctionScalingConfigRequestT = Model::PutFunctionScalingConfigRequest>
void PutFunctionScalingConfigAsync (const PutFunctionScalingConfigRequestT &request, const PutFunctionScalingConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PutProvisionedConcurrencyConfigRequestT = Model::PutProvisionedConcurrencyConfigRequest>
Model::PutProvisionedConcurrencyConfigOutcomeCallable PutProvisionedConcurrencyConfigCallable (const PutProvisionedConcurrencyConfigRequestT &request) const
 
template<typename PutProvisionedConcurrencyConfigRequestT = Model::PutProvisionedConcurrencyConfigRequest>
void PutProvisionedConcurrencyConfigAsync (const PutProvisionedConcurrencyConfigRequestT &request, const PutProvisionedConcurrencyConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename PutRuntimeManagementConfigRequestT = Model::PutRuntimeManagementConfigRequest>
Model::PutRuntimeManagementConfigOutcomeCallable PutRuntimeManagementConfigCallable (const PutRuntimeManagementConfigRequestT &request) const
 
template<typename PutRuntimeManagementConfigRequestT = Model::PutRuntimeManagementConfigRequest>
void PutRuntimeManagementConfigAsync (const PutRuntimeManagementConfigRequestT &request, const PutRuntimeManagementConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename RemoveLayerVersionPermissionRequestT = Model::RemoveLayerVersionPermissionRequest>
Model::RemoveLayerVersionPermissionOutcomeCallable RemoveLayerVersionPermissionCallable (const RemoveLayerVersionPermissionRequestT &request) const
 
template<typename RemoveLayerVersionPermissionRequestT = Model::RemoveLayerVersionPermissionRequest>
void RemoveLayerVersionPermissionAsync (const RemoveLayerVersionPermissionRequestT &request, const RemoveLayerVersionPermissionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename RemovePermissionRequestT = Model::RemovePermissionRequest>
Model::RemovePermissionOutcomeCallable RemovePermissionCallable (const RemovePermissionRequestT &request) const
 
template<typename RemovePermissionRequestT = Model::RemovePermissionRequest>
void RemovePermissionAsync (const RemovePermissionRequestT &request, const RemovePermissionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename SendDurableExecutionCallbackFailureRequestT = Model::SendDurableExecutionCallbackFailureRequest>
Model::SendDurableExecutionCallbackFailureOutcomeCallable SendDurableExecutionCallbackFailureCallable (const SendDurableExecutionCallbackFailureRequestT &request) const
 
template<typename SendDurableExecutionCallbackFailureRequestT = Model::SendDurableExecutionCallbackFailureRequest>
void SendDurableExecutionCallbackFailureAsync (const SendDurableExecutionCallbackFailureRequestT &request, const SendDurableExecutionCallbackFailureResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename SendDurableExecutionCallbackHeartbeatRequestT = Model::SendDurableExecutionCallbackHeartbeatRequest>
Model::SendDurableExecutionCallbackHeartbeatOutcomeCallable SendDurableExecutionCallbackHeartbeatCallable (const SendDurableExecutionCallbackHeartbeatRequestT &request) const
 
template<typename SendDurableExecutionCallbackHeartbeatRequestT = Model::SendDurableExecutionCallbackHeartbeatRequest>
void SendDurableExecutionCallbackHeartbeatAsync (const SendDurableExecutionCallbackHeartbeatRequestT &request, const SendDurableExecutionCallbackHeartbeatResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename SendDurableExecutionCallbackSuccessRequestT = Model::SendDurableExecutionCallbackSuccessRequest>
Model::SendDurableExecutionCallbackSuccessOutcomeCallable SendDurableExecutionCallbackSuccessCallable (const SendDurableExecutionCallbackSuccessRequestT &request) const
 
template<typename SendDurableExecutionCallbackSuccessRequestT = Model::SendDurableExecutionCallbackSuccessRequest>
void SendDurableExecutionCallbackSuccessAsync (const SendDurableExecutionCallbackSuccessRequestT &request, const SendDurableExecutionCallbackSuccessResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename StopDurableExecutionRequestT = Model::StopDurableExecutionRequest>
Model::StopDurableExecutionOutcomeCallable StopDurableExecutionCallable (const StopDurableExecutionRequestT &request) const
 
template<typename StopDurableExecutionRequestT = Model::StopDurableExecutionRequest>
void StopDurableExecutionAsync (const StopDurableExecutionRequestT &request, const StopDurableExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename TagResourceRequestT = Model::TagResourceRequest>
Model::TagResourceOutcomeCallable TagResourceCallable (const TagResourceRequestT &request) const
 
template<typename TagResourceRequestT = Model::TagResourceRequest>
void TagResourceAsync (const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UntagResourceRequestT = Model::UntagResourceRequest>
Model::UntagResourceOutcomeCallable UntagResourceCallable (const UntagResourceRequestT &request) const
 
template<typename UntagResourceRequestT = Model::UntagResourceRequest>
void UntagResourceAsync (const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateAliasRequestT = Model::UpdateAliasRequest>
Model::UpdateAliasOutcomeCallable UpdateAliasCallable (const UpdateAliasRequestT &request) const
 
template<typename UpdateAliasRequestT = Model::UpdateAliasRequest>
void UpdateAliasAsync (const UpdateAliasRequestT &request, const UpdateAliasResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateCapacityProviderRequestT = Model::UpdateCapacityProviderRequest>
Model::UpdateCapacityProviderOutcomeCallable UpdateCapacityProviderCallable (const UpdateCapacityProviderRequestT &request) const
 
template<typename UpdateCapacityProviderRequestT = Model::UpdateCapacityProviderRequest>
void UpdateCapacityProviderAsync (const UpdateCapacityProviderRequestT &request, const UpdateCapacityProviderResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateCodeSigningConfigRequestT = Model::UpdateCodeSigningConfigRequest>
Model::UpdateCodeSigningConfigOutcomeCallable UpdateCodeSigningConfigCallable (const UpdateCodeSigningConfigRequestT &request) const
 
template<typename UpdateCodeSigningConfigRequestT = Model::UpdateCodeSigningConfigRequest>
void UpdateCodeSigningConfigAsync (const UpdateCodeSigningConfigRequestT &request, const UpdateCodeSigningConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateEventSourceMappingRequestT = Model::UpdateEventSourceMappingRequest>
Model::UpdateEventSourceMappingOutcomeCallable UpdateEventSourceMappingCallable (const UpdateEventSourceMappingRequestT &request) const
 
template<typename UpdateEventSourceMappingRequestT = Model::UpdateEventSourceMappingRequest>
void UpdateEventSourceMappingAsync (const UpdateEventSourceMappingRequestT &request, const UpdateEventSourceMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateFunctionCodeRequestT = Model::UpdateFunctionCodeRequest>
Model::UpdateFunctionCodeOutcomeCallable UpdateFunctionCodeCallable (const UpdateFunctionCodeRequestT &request) const
 
template<typename UpdateFunctionCodeRequestT = Model::UpdateFunctionCodeRequest>
void UpdateFunctionCodeAsync (const UpdateFunctionCodeRequestT &request, const UpdateFunctionCodeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateFunctionConfigurationRequestT = Model::UpdateFunctionConfigurationRequest>
Model::UpdateFunctionConfigurationOutcomeCallable UpdateFunctionConfigurationCallable (const UpdateFunctionConfigurationRequestT &request) const
 
template<typename UpdateFunctionConfigurationRequestT = Model::UpdateFunctionConfigurationRequest>
void UpdateFunctionConfigurationAsync (const UpdateFunctionConfigurationRequestT &request, const UpdateFunctionConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateFunctionEventInvokeConfigRequestT = Model::UpdateFunctionEventInvokeConfigRequest>
Model::UpdateFunctionEventInvokeConfigOutcomeCallable UpdateFunctionEventInvokeConfigCallable (const UpdateFunctionEventInvokeConfigRequestT &request) const
 
template<typename UpdateFunctionEventInvokeConfigRequestT = Model::UpdateFunctionEventInvokeConfigRequest>
void UpdateFunctionEventInvokeConfigAsync (const UpdateFunctionEventInvokeConfigRequestT &request, const UpdateFunctionEventInvokeConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateFunctionUrlConfigRequestT = Model::UpdateFunctionUrlConfigRequest>
Model::UpdateFunctionUrlConfigOutcomeCallable UpdateFunctionUrlConfigCallable (const UpdateFunctionUrlConfigRequestT &request) const
 
template<typename UpdateFunctionUrlConfigRequestT = Model::UpdateFunctionUrlConfigRequest>
void UpdateFunctionUrlConfigAsync (const UpdateFunctionUrlConfigRequestT &request, const UpdateFunctionUrlConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
virtual void OverrideEndpoint (const Aws::String &endpoint)
 
virtual std::shared_ptr< LambdaEndpointProviderBase > & accessEndpointProvider ()
 

Public Member Functions inherited from Aws::Client::AWSJsonClient

 AWSJsonClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
 AWSJsonClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Auth::AWSAuthSignerProvider > &signerProvider, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSJsonClient ()=default
 
 AWSProtocolClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
 AWSProtocolClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Auth::AWSAuthSignerProvider > &signerProvider, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSProtocolClient ()=default
 

Public Member Functions inherited from Aws::Client::AWSClient

 AWSClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
 AWSClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Auth::AWSAuthSignerProvider > &signerProvider, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSClient ()
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Endpoint::AWSEndpoint &endpoint, Aws::Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const Aws::Http::HeaderValueCollection &customizedHeaders={}, uint64_t expirationInSeconds=0, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
const std::shared_ptr< Aws::Http::HttpClient > & GetHttpClient () const
 
 
 
virtual const char * GetServiceClientName () const
 
virtual void SetServiceClientName (const Aws::String &name)
 
void AppendToUserAgent (const Aws::String &valueToAppend)
 
 
 
 
 
void SubmitAsync (OperationFuncT operationFunc, const RequestT &request, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void SubmitAsync (OperationFuncT operationFunc, RequestT &request, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void SubmitAsync (OperationFuncT operationFunc, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
auto SubmitCallable (OperationFuncT operationFunc, const RequestT &request) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)(request))>
 
auto SubmitCallable (OperationFuncT operationFunc, RequestT &request) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)(request))>
 
auto SubmitCallable (OperationFuncT operationFunc) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)())>
 

Public Member Functions inherited from Aws::Lambda::LambdaPaginationBase< LambdaClient >

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Public Member Functions inherited from Aws::Lambda::LambdaWaiter< LambdaClient >

 
 
 
 
 
 

Static Public Member Functions

static const char * GetServiceName ()
 
static const char * GetAllocationTag ()
 

Static Public Member Functions inherited from Aws::Client::ClientWithAsyncTemplateMethods< LambdaClient >

static void ShutdownSdkClient (void *pThis, int64_t timeoutMs=-1)
 

Friends

 

Additional Inherited Members

OutcomeType MakeRequest (const Aws::AmazonWebServiceRequest &request, const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
OutcomeType MakeRequest (const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
OutcomeType MakeRequest (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
OutcomeType MakeRequest (const Aws::Http::URI &uri, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
OutcomeType MakeEventStreamRequest (std::shared_ptr< Aws::Http::HttpRequest > &request) const
 
AWSError< CoreErrorsBuildAWSError (const std::shared_ptr< Aws::Http::HttpResponse > &httpResponse) const override
 

Protected Member Functions inherited from Aws::Client::AWSClient

HttpResponseOutcome AttemptExhaustively (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod httpMethod, const char *signerName, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptExhaustively (const Aws::Http::URI &uri, Http::HttpMethod httpMethod, const char *signerName, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptOneRequest (const std::shared_ptr< Http::HttpRequest > &httpRequest, const Aws::AmazonWebServiceRequest &request, const char *signerName, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptOneRequest (const std::shared_ptr< Http::HttpRequest > &httpRequest, const char *signerName, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::Http::URI &uri, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::AmazonWebServiceRequest &request, const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
virtual void BuildHttpRequest (const Aws::AmazonWebServiceRequest &request, const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest) const
 
virtual void AddContentLengthToRequest (const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest, const std::shared_ptr< Aws::IOStream > &body, bool isChunked) const
 
const std::shared_ptr< AWSErrorMarshaller > & GetErrorMarshaller () const
 
Aws::Client::AWSAuthSignerGetSignerByName (const char *name) const
 
 
std::shared_ptr< Aws::Http::HttpRequestBuildAndSignHttpRequest (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method, const char *signerName) const
 
std::shared_ptr< Aws::Http::HttpResponseMakeHttpRequest (std::shared_ptr< Aws::Http::HttpRequest > &request) const
 

Static Protected Member Functions inherited from Aws::Client::AWSClient

static void AppendRecursionDetectionHeader (std::shared_ptr< Aws::Http::HttpRequest > ioRequest)
 
 
static bool DoesResponseGenerateError (const std::shared_ptr< Aws::Http::HttpResponse > &response)
 

Protected Attributes inherited from Aws::Client::AWSClient

 
 
 
std::atomic< bool > m_isInitialized
 
std::atomic< size_t > m_operationsProcessed
 
std::condition_variable m_shutdownSignal
 
std::mutex m_shutdownMutex
 

Detailed Description

<fullname>Lambda</fullname>

Overview

Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any type of application or backend service. For more information about the Lambda service, see What is Lambda in the Lambda Developer Guide.

The Lambda API Reference provides information about each of the API methods, including details about the parameters in each API request and response.

You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools to access the API. For installation instructions, see Tools for Amazon Web Services.

For a list of Region-specific endpoints that Lambda supports, see Lambda endpoints and quotas in the Amazon Web Services General Reference..

When making the API calls, you will need to authenticate your request by providing a signature. Lambda supports signature version 4. For more information, see Signature Version 4 signing process in the Amazon Web Services General Reference..

CA certificates

Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate environment and do not manage your own computer, you might need to ask an administrator to assist with the update process. The following list shows minimum operating system and Java versions:

When accessing the Lambda management console or Lambda API endpoints, whether through browsers or programmatically, you will need to ensure your client machines support any of the following CAs:

Root certificates from the first two authorities are available from Amazon trust services, but keeping your computer up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see Amazon Web Services Certificate Manager FAQs.

Definition at line 72 of file LambdaClient.h.

Member Typedef Documentation

◆ BASECLASS

Definition at line 77 of file LambdaClient.h.

◆ ClientConfigurationType

Definition at line 81 of file LambdaClient.h.

◆ EndpointProviderType

Definition at line 82 of file LambdaClient.h.

Constructor & Destructor Documentation

◆ LambdaClient() [1/6]

Aws::Lambda::LambdaClient::LambdaClient ( const Aws::Lambda::LambdaClientConfiguration clientConfiguration = Aws::Lambda::LambdaClientConfiguration(),
std::shared_ptr< LambdaEndpointProviderBase endpointProvider = nullptr 
)

Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ LambdaClient() [2/6]

Aws::Lambda::LambdaClient::LambdaClient ( const Aws::Auth::AWSCredentials credentials,
std::shared_ptr< LambdaEndpointProviderBase endpointProvider = nullptr,
const Aws::Lambda::LambdaClientConfiguration clientConfiguration = Aws::Lambda::LambdaClientConfiguration() 
)

Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ LambdaClient() [3/6]

Aws::Lambda::LambdaClient::LambdaClient ( const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &  credentialsProvider,
std::shared_ptr< LambdaEndpointProviderBase endpointProvider = nullptr,
const Aws::Lambda::LambdaClientConfiguration clientConfiguration = Aws::Lambda::LambdaClientConfiguration() 
)

Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used

◆ LambdaClient() [4/6]

Aws::Lambda::LambdaClient::LambdaClient ( const Aws::Client::ClientConfiguration clientConfiguration)

Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ LambdaClient() [5/6]

Aws::Lambda::LambdaClient::LambdaClient ( const Aws::Auth::AWSCredentials credentials,
const Aws::Client::ClientConfiguration clientConfiguration 
)

Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ LambdaClient() [6/6]

Aws::Lambda::LambdaClient::LambdaClient ( const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &  credentialsProvider,
const Aws::Client::ClientConfiguration clientConfiguration 
)

Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used

◆ ~LambdaClient()

virtual Aws::Lambda::LambdaClient::~LambdaClient ( )
virtual

Member Function Documentation

◆ accessEndpointProvider()

virtual std::shared_ptr< LambdaEndpointProviderBase > & Aws::Lambda::LambdaClient::accessEndpointProvider ( )
virtual

◆ AddLayerVersionPermission()

virtual Model::AddLayerVersionPermissionOutcome Aws::Lambda::LambdaClient::AddLayerVersionPermission ( const Model::AddLayerVersionPermissionRequest request) const
virtual

Adds permissions to the resource-based policy of a version of an Lambda layer. Use this action to grant layer usage permission to other accounts. You can grant permission to a single account, all accounts in an organization, or all Amazon Web Services accounts.

To revoke permission, call RemoveLayerVersionPermission with the statement ID that you specified when you added it.

See Also:

AWS API Reference

◆ AddLayerVersionPermissionAsync()

template<typename AddLayerVersionPermissionRequestT = Model::AddLayerVersionPermissionRequest>
void Aws::Lambda::LambdaClient::AddLayerVersionPermissionAsync ( const AddLayerVersionPermissionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for AddLayerVersionPermission that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 157 of file LambdaClient.h.

◆ AddLayerVersionPermissionCallable()

template<typename AddLayerVersionPermissionRequestT = Model::AddLayerVersionPermissionRequest>
Model::AddLayerVersionPermissionOutcomeCallable Aws::Lambda::LambdaClient::AddLayerVersionPermissionCallable ( const AddLayerVersionPermissionRequestT &  request) const
inline

A Callable wrapper for AddLayerVersionPermission that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 147 of file LambdaClient.h.

◆ AddPermission()

virtual Model::AddPermissionOutcome Aws::Lambda::LambdaClient::AddPermission ( const Model::AddPermissionRequest request) const
virtual

Grants a principal permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST.

To grant permission to another account, specify the account ID as the Principal. To grant permission to an organization defined in Organizations, specify the organization ID as the PrincipalOrgID. For Amazon Web Services services, the principal is a domain-style identifier that the service defines, such as s3.amazonaws.com or sns.amazonaws.com. For Amazon Web Services services, you can also specify the ARN of the associated resource as the SourceArn. If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function.

This operation adds a statement to a resource-based permissions policy for the function. For more information about function policies, see Using resource-based policies for Lambda.

See Also:

AWS API Reference

◆ AddPermissionAsync()

template<typename AddPermissionRequestT = Model::AddPermissionRequest>
void Aws::Lambda::LambdaClient::AddPermissionAsync ( const AddPermissionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for AddPermission that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 202 of file LambdaClient.h.

◆ AddPermissionCallable()

template<typename AddPermissionRequestT = Model::AddPermissionRequest>
Model::AddPermissionOutcomeCallable Aws::Lambda::LambdaClient::AddPermissionCallable ( const AddPermissionRequestT &  request) const
inline

A Callable wrapper for AddPermission that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 193 of file LambdaClient.h.

◆ CheckpointDurableExecution()

virtual Model::CheckpointDurableExecutionOutcome Aws::Lambda::LambdaClient::CheckpointDurableExecution ( const Model::CheckpointDurableExecutionRequest request) const
virtual

Saves the progress of a durable function execution during runtime. This API is used by the Lambda durable functions SDK to checkpoint completed steps and schedule asynchronous operations. You typically don't need to call this API directly as the SDK handles checkpointing automatically.

Each checkpoint operation consumes the current checkpoint token and returns a new one for the next checkpoint. This ensures that checkpoints are applied in the correct order and prevents duplicate or out-of-order state updates.

See Also:

AWS API Reference

◆ CheckpointDurableExecutionAsync()

template<typename CheckpointDurableExecutionRequestT = Model::CheckpointDurableExecutionRequest>
void Aws::Lambda::LambdaClient::CheckpointDurableExecutionAsync ( const CheckpointDurableExecutionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CheckpointDurableExecution that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 238 of file LambdaClient.h.

◆ CheckpointDurableExecutionCallable()

template<typename CheckpointDurableExecutionRequestT = Model::CheckpointDurableExecutionRequest>
Model::CheckpointDurableExecutionOutcomeCallable Aws::Lambda::LambdaClient::CheckpointDurableExecutionCallable ( const CheckpointDurableExecutionRequestT &  request) const
inline

A Callable wrapper for CheckpointDurableExecution that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 228 of file LambdaClient.h.

◆ CreateAlias()

virtual Model::CreateAliasOutcome Aws::Lambda::LambdaClient::CreateAlias ( const Model::CreateAliasRequest request) const
virtual

Creates an alias for a Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a different version.

You can also map an alias to split invocation requests between two versions. Use the RoutingConfig parameter to specify a second version and the percentage of invocation requests that it receives.

See Also:

AWS API Reference

◆ CreateAliasAsync()

template<typename CreateAliasRequestT = Model::CreateAliasRequest>
void Aws::Lambda::LambdaClient::CreateAliasAsync ( const CreateAliasRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CreateAlias that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 271 of file LambdaClient.h.

◆ CreateAliasCallable()

template<typename CreateAliasRequestT = Model::CreateAliasRequest>
Model::CreateAliasOutcomeCallable Aws::Lambda::LambdaClient::CreateAliasCallable ( const CreateAliasRequestT &  request) const
inline

A Callable wrapper for CreateAlias that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 262 of file LambdaClient.h.

◆ CreateCapacityProvider()

virtual Model::CreateCapacityProviderOutcome Aws::Lambda::LambdaClient::CreateCapacityProvider ( const Model::CreateCapacityProviderRequest request) const
virtual

Creates a capacity provider that manages compute resources for Lambda functions

See Also:

AWS API Reference

◆ CreateCapacityProviderAsync()

template<typename CreateCapacityProviderRequestT = Model::CreateCapacityProviderRequest>
void Aws::Lambda::LambdaClient::CreateCapacityProviderAsync ( const CreateCapacityProviderRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CreateCapacityProvider that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 298 of file LambdaClient.h.

◆ CreateCapacityProviderCallable()

template<typename CreateCapacityProviderRequestT = Model::CreateCapacityProviderRequest>
Model::CreateCapacityProviderOutcomeCallable Aws::Lambda::LambdaClient::CreateCapacityProviderCallable ( const CreateCapacityProviderRequestT &  request) const
inline

A Callable wrapper for CreateCapacityProvider that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 289 of file LambdaClient.h.

◆ CreateCodeSigningConfig()

virtual Model::CreateCodeSigningConfigOutcome Aws::Lambda::LambdaClient::CreateCodeSigningConfig ( const Model::CreateCodeSigningConfigRequest request) const
virtual

Creates a code signing configuration. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment validation checks fail).

See Also:

AWS API Reference

◆ CreateCodeSigningConfigAsync()

template<typename CreateCodeSigningConfigRequestT = Model::CreateCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::CreateCodeSigningConfigAsync ( const CreateCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CreateCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 329 of file LambdaClient.h.

◆ CreateCodeSigningConfigCallable()

template<typename CreateCodeSigningConfigRequestT = Model::CreateCodeSigningConfigRequest>
Model::CreateCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::CreateCodeSigningConfigCallable ( const CreateCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for CreateCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 320 of file LambdaClient.h.

◆ CreateEventSourceMapping()

virtual Model::CreateEventSourceMappingOutcome Aws::Lambda::LambdaClient::CreateEventSourceMapping ( const Model::CreateEventSourceMappingRequest request) const
virtual

Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function.

For details about how to configure different event sources, see the following topics.

The following error handling options are available for stream sources (DynamoDB, Kinesis, Amazon MSK, and self-managed Apache Kafka):

  • BisectBatchOnFunctionError – If the function returns an error, split the batch in two and retry.

  • MaximumRecordAgeInSeconds – Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires

  • MaximumRetryAttempts – Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.

  • OnFailure – Send discarded records to an Amazon SQS queue, Amazon SNS topic, Kafka topic, or Amazon S3 bucket. For more information, see Adding a destination.

The following option is available only for DynamoDB and Kinesis event sources:

  • ParallelizationFactor – Process multiple batches from each shard concurrently.

For information about which configuration parameters apply to each event source, see the following topics.

See Also:

AWS API Reference

◆ CreateEventSourceMappingAsync()

template<typename CreateEventSourceMappingRequestT = Model::CreateEventSourceMappingRequest>
void Aws::Lambda::LambdaClient::CreateEventSourceMappingAsync ( const CreateEventSourceMappingRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CreateEventSourceMapping that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 405 of file LambdaClient.h.

◆ CreateEventSourceMappingCallable()

template<typename CreateEventSourceMappingRequestT = Model::CreateEventSourceMappingRequest>
Model::CreateEventSourceMappingOutcomeCallable Aws::Lambda::LambdaClient::CreateEventSourceMappingCallable ( const CreateEventSourceMappingRequestT &  request) const
inline

A Callable wrapper for CreateEventSourceMapping that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 396 of file LambdaClient.h.

◆ CreateFunction()

virtual Model::CreateFunctionOutcome Aws::Lambda::LambdaClient::CreateFunction ( const Model::CreateFunctionRequest request) const
virtual

Creates a Lambda function. To create a function, you need a deployment package and an execution role. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Services services, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing.

If the deployment package is a container image, then you set the package type to Image. For a container image, the code property must include the URI of a container image in the Amazon ECR registry. You do not need to specify the handler and runtime properties.

If the deployment package is a .zip file archive, then you set the package type to Zip. For a .zip file archive, the code property specifies the location of the .zip file. You must also specify the handler and runtime properties. The code in the deployment package must be compatible with the target instruction set architecture of the function (x86-64 or arm64). If you do not specify the architecture, then the default value is x86-64.

When you create a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute or so. During this time, you can't invoke or modify the function. The State, StateReason, and StateReasonCode fields in the response from GetFunctionConfiguration indicate when the function is ready to invoke. For more information, see Lambda function states.

A function has an unpublished version, and can have published versions and aliases. The unpublished version changes when you update your function's code and configuration. A published version is a snapshot of your function code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be changed to map to a different version. Use the Publish parameter to create version 1 of your function from its initial configuration.

The other parameters let you configure version-specific and function-level settings. You can modify version-specific settings later with UpdateFunctionConfiguration. Function-level settings apply to both the unpublished and published versions of the function, and include tags (TagResource) and per-function concurrency limits (PutFunctionConcurrency).

You can use code signing if your deployment package is a .zip file archive. To enable code signing for this function, specify the ARN of a code-signing configuration. When a user attempts to deploy a code package with UpdateFunctionCode, Lambda checks that the code package has a valid signature from a trusted publisher. The code-signing configuration includes set of signing profiles, which define the trusted publishers for this function.

If another Amazon Web Services account or an Amazon Web Services service invokes your function, use AddPermission to grant permission by creating a resource-based Identity and Access Management (IAM) policy. You can grant permissions at the function level, on a version, or on an alias.

To invoke your function directly, use Invoke. To invoke your function in response to events in other Amazon Web Services services, create an event source mapping (CreateEventSourceMapping), or configure a function trigger in the other service. For more information, see Invoking Lambda functions.

See Also:

AWS API Reference

◆ CreateFunctionAsync()

template<typename CreateFunctionRequestT = Model::CreateFunctionRequest>
void Aws::Lambda::LambdaClient::CreateFunctionAsync ( const CreateFunctionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CreateFunction that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 485 of file LambdaClient.h.

◆ CreateFunctionCallable()

template<typename CreateFunctionRequestT = Model::CreateFunctionRequest>
Model::CreateFunctionOutcomeCallable Aws::Lambda::LambdaClient::CreateFunctionCallable ( const CreateFunctionRequestT &  request) const
inline

A Callable wrapper for CreateFunction that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 476 of file LambdaClient.h.

◆ CreateFunctionUrlConfig()

virtual Model::CreateFunctionUrlConfigOutcome Aws::Lambda::LambdaClient::CreateFunctionUrlConfig ( const Model::CreateFunctionUrlConfigRequest request) const
virtual

Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated HTTP(S) endpoint that you can use to invoke your function.

See Also:

AWS API Reference

◆ CreateFunctionUrlConfigAsync()

template<typename CreateFunctionUrlConfigRequestT = Model::CreateFunctionUrlConfigRequest>
void Aws::Lambda::LambdaClient::CreateFunctionUrlConfigAsync ( const CreateFunctionUrlConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CreateFunctionUrlConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 513 of file LambdaClient.h.

◆ CreateFunctionUrlConfigCallable()

template<typename CreateFunctionUrlConfigRequestT = Model::CreateFunctionUrlConfigRequest>
Model::CreateFunctionUrlConfigOutcomeCallable Aws::Lambda::LambdaClient::CreateFunctionUrlConfigCallable ( const CreateFunctionUrlConfigRequestT &  request) const
inline

A Callable wrapper for CreateFunctionUrlConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 504 of file LambdaClient.h.

◆ DeleteAlias()

virtual Model::DeleteAliasOutcome Aws::Lambda::LambdaClient::DeleteAlias ( const Model::DeleteAliasRequest request) const
virtual

Deletes a Lambda function alias.

See Also:

AWS API Reference

◆ DeleteAliasAsync()

template<typename DeleteAliasRequestT = Model::DeleteAliasRequest>
void Aws::Lambda::LambdaClient::DeleteAliasAsync ( const DeleteAliasRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteAlias that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 541 of file LambdaClient.h.

◆ DeleteAliasCallable()

template<typename DeleteAliasRequestT = Model::DeleteAliasRequest>
Model::DeleteAliasOutcomeCallable Aws::Lambda::LambdaClient::DeleteAliasCallable ( const DeleteAliasRequestT &  request) const
inline

A Callable wrapper for DeleteAlias that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 532 of file LambdaClient.h.

◆ DeleteCapacityProvider()

virtual Model::DeleteCapacityProviderOutcome Aws::Lambda::LambdaClient::DeleteCapacityProvider ( const Model::DeleteCapacityProviderRequest request) const
virtual

Deletes a capacity provider. You cannot delete a capacity provider that is currently being used by Lambda functions.

See Also:

AWS API Reference

◆ DeleteCapacityProviderAsync()

template<typename DeleteCapacityProviderRequestT = Model::DeleteCapacityProviderRequest>
void Aws::Lambda::LambdaClient::DeleteCapacityProviderAsync ( const DeleteCapacityProviderRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteCapacityProvider that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 568 of file LambdaClient.h.

◆ DeleteCapacityProviderCallable()

template<typename DeleteCapacityProviderRequestT = Model::DeleteCapacityProviderRequest>
Model::DeleteCapacityProviderOutcomeCallable Aws::Lambda::LambdaClient::DeleteCapacityProviderCallable ( const DeleteCapacityProviderRequestT &  request) const
inline

A Callable wrapper for DeleteCapacityProvider that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 559 of file LambdaClient.h.

◆ DeleteCodeSigningConfig()

virtual Model::DeleteCodeSigningConfigOutcome Aws::Lambda::LambdaClient::DeleteCodeSigningConfig ( const Model::DeleteCodeSigningConfigRequest request) const
virtual

Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.

See Also:

AWS API Reference

◆ DeleteCodeSigningConfigAsync()

template<typename DeleteCodeSigningConfigRequestT = Model::DeleteCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::DeleteCodeSigningConfigAsync ( const DeleteCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 596 of file LambdaClient.h.

◆ DeleteCodeSigningConfigCallable()

template<typename DeleteCodeSigningConfigRequestT = Model::DeleteCodeSigningConfigRequest>
Model::DeleteCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::DeleteCodeSigningConfigCallable ( const DeleteCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for DeleteCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 587 of file LambdaClient.h.

◆ DeleteEventSourceMapping()

virtual Model::DeleteEventSourceMappingOutcome Aws::Lambda::LambdaClient::DeleteEventSourceMapping ( const Model::DeleteEventSourceMappingRequest request) const
virtual

Deletes an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.

When you delete an event source mapping, it enters a Deleting state and might not be completely deleted for several seconds.

See Also:

AWS API Reference

◆ DeleteEventSourceMappingAsync()

template<typename DeleteEventSourceMappingRequestT = Model::DeleteEventSourceMappingRequest>
void Aws::Lambda::LambdaClient::DeleteEventSourceMappingAsync ( const DeleteEventSourceMappingRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteEventSourceMapping that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 628 of file LambdaClient.h.

◆ DeleteEventSourceMappingCallable()

template<typename DeleteEventSourceMappingRequestT = Model::DeleteEventSourceMappingRequest>
Model::DeleteEventSourceMappingOutcomeCallable Aws::Lambda::LambdaClient::DeleteEventSourceMappingCallable ( const DeleteEventSourceMappingRequestT &  request) const
inline

A Callable wrapper for DeleteEventSourceMapping that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 619 of file LambdaClient.h.

◆ DeleteFunction()

virtual Model::DeleteFunctionOutcome Aws::Lambda::LambdaClient::DeleteFunction ( const Model::DeleteFunctionRequest request) const
virtual

Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias.

A deleted Lambda function cannot be recovered. Ensure that you specify the correct function name and version before deleting.

To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.

See Also:

AWS API Reference

◆ DeleteFunctionAsync()

template<typename DeleteFunctionRequestT = Model::DeleteFunctionRequest>
void Aws::Lambda::LambdaClient::DeleteFunctionAsync ( const DeleteFunctionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteFunction that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 662 of file LambdaClient.h.

◆ DeleteFunctionCallable()

template<typename DeleteFunctionRequestT = Model::DeleteFunctionRequest>
Model::DeleteFunctionOutcomeCallable Aws::Lambda::LambdaClient::DeleteFunctionCallable ( const DeleteFunctionRequestT &  request) const
inline

A Callable wrapper for DeleteFunction that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 653 of file LambdaClient.h.

◆ DeleteFunctionCodeSigningConfig()

virtual Model::DeleteFunctionCodeSigningConfigOutcome Aws::Lambda::LambdaClient::DeleteFunctionCodeSigningConfig ( const Model::DeleteFunctionCodeSigningConfigRequest request) const
virtual

Removes the code signing configuration from the function.

See Also:

AWS API Reference

◆ DeleteFunctionCodeSigningConfigAsync()

template<typename DeleteFunctionCodeSigningConfigRequestT = Model::DeleteFunctionCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::DeleteFunctionCodeSigningConfigAsync ( const DeleteFunctionCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteFunctionCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 691 of file LambdaClient.h.

◆ DeleteFunctionCodeSigningConfigCallable()

template<typename DeleteFunctionCodeSigningConfigRequestT = Model::DeleteFunctionCodeSigningConfigRequest>
Model::DeleteFunctionCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::DeleteFunctionCodeSigningConfigCallable ( const DeleteFunctionCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for DeleteFunctionCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 681 of file LambdaClient.h.

◆ DeleteFunctionConcurrency()

virtual Model::DeleteFunctionConcurrencyOutcome Aws::Lambda::LambdaClient::DeleteFunctionConcurrency ( const Model::DeleteFunctionConcurrencyRequest request) const
virtual

Removes a concurrent execution limit from a function.

See Also:

AWS API Reference

◆ DeleteFunctionConcurrencyAsync()

template<typename DeleteFunctionConcurrencyRequestT = Model::DeleteFunctionConcurrencyRequest>
void Aws::Lambda::LambdaClient::DeleteFunctionConcurrencyAsync ( const DeleteFunctionConcurrencyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteFunctionConcurrency that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 720 of file LambdaClient.h.

◆ DeleteFunctionConcurrencyCallable()

template<typename DeleteFunctionConcurrencyRequestT = Model::DeleteFunctionConcurrencyRequest>
Model::DeleteFunctionConcurrencyOutcomeCallable Aws::Lambda::LambdaClient::DeleteFunctionConcurrencyCallable ( const DeleteFunctionConcurrencyRequestT &  request) const
inline

A Callable wrapper for DeleteFunctionConcurrency that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 710 of file LambdaClient.h.

◆ DeleteFunctionEventInvokeConfig()

virtual Model::DeleteFunctionEventInvokeConfigOutcome Aws::Lambda::LambdaClient::DeleteFunctionEventInvokeConfig ( const Model::DeleteFunctionEventInvokeConfigRequest request) const
virtual

Deletes the configuration for asynchronous invocation for a function, version, or alias.

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

See Also:

AWS API Reference

◆ DeleteFunctionEventInvokeConfigAsync()

template<typename DeleteFunctionEventInvokeConfigRequestT = Model::DeleteFunctionEventInvokeConfigRequest>
void Aws::Lambda::LambdaClient::DeleteFunctionEventInvokeConfigAsync ( const DeleteFunctionEventInvokeConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteFunctionEventInvokeConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 751 of file LambdaClient.h.

◆ DeleteFunctionEventInvokeConfigCallable()

template<typename DeleteFunctionEventInvokeConfigRequestT = Model::DeleteFunctionEventInvokeConfigRequest>
Model::DeleteFunctionEventInvokeConfigOutcomeCallable Aws::Lambda::LambdaClient::DeleteFunctionEventInvokeConfigCallable ( const DeleteFunctionEventInvokeConfigRequestT &  request) const
inline

A Callable wrapper for DeleteFunctionEventInvokeConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 741 of file LambdaClient.h.

◆ DeleteFunctionUrlConfig()

virtual Model::DeleteFunctionUrlConfigOutcome Aws::Lambda::LambdaClient::DeleteFunctionUrlConfig ( const Model::DeleteFunctionUrlConfigRequest request) const
virtual

Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function URL results in a different URL address.

See Also:

AWS API Reference

◆ DeleteFunctionUrlConfigAsync()

template<typename DeleteFunctionUrlConfigRequestT = Model::DeleteFunctionUrlConfigRequest>
void Aws::Lambda::LambdaClient::DeleteFunctionUrlConfigAsync ( const DeleteFunctionUrlConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteFunctionUrlConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 780 of file LambdaClient.h.

◆ DeleteFunctionUrlConfigCallable()

template<typename DeleteFunctionUrlConfigRequestT = Model::DeleteFunctionUrlConfigRequest>
Model::DeleteFunctionUrlConfigOutcomeCallable Aws::Lambda::LambdaClient::DeleteFunctionUrlConfigCallable ( const DeleteFunctionUrlConfigRequestT &  request) const
inline

A Callable wrapper for DeleteFunctionUrlConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 771 of file LambdaClient.h.

◆ DeleteLayerVersion()

virtual Model::DeleteLayerVersionOutcome Aws::Lambda::LambdaClient::DeleteLayerVersion ( const Model::DeleteLayerVersionRequest request) const
virtual

Deletes a version of an Lambda layer. Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it.

See Also:

AWS API Reference

◆ DeleteLayerVersionAsync()

template<typename DeleteLayerVersionRequestT = Model::DeleteLayerVersionRequest>
void Aws::Lambda::LambdaClient::DeleteLayerVersionAsync ( const DeleteLayerVersionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteLayerVersion that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 811 of file LambdaClient.h.

◆ DeleteLayerVersionCallable()

template<typename DeleteLayerVersionRequestT = Model::DeleteLayerVersionRequest>
Model::DeleteLayerVersionOutcomeCallable Aws::Lambda::LambdaClient::DeleteLayerVersionCallable ( const DeleteLayerVersionRequestT &  request) const
inline

A Callable wrapper for DeleteLayerVersion that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 802 of file LambdaClient.h.

◆ DeleteProvisionedConcurrencyConfig()

virtual Model::DeleteProvisionedConcurrencyConfigOutcome Aws::Lambda::LambdaClient::DeleteProvisionedConcurrencyConfig ( const Model::DeleteProvisionedConcurrencyConfigRequest request) const
virtual

Deletes the provisioned concurrency configuration for a function.

See Also:

AWS API Reference

◆ DeleteProvisionedConcurrencyConfigAsync()

template<typename DeleteProvisionedConcurrencyConfigRequestT = Model::DeleteProvisionedConcurrencyConfigRequest>
void Aws::Lambda::LambdaClient::DeleteProvisionedConcurrencyConfigAsync ( const DeleteProvisionedConcurrencyConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteProvisionedConcurrencyConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 840 of file LambdaClient.h.

◆ DeleteProvisionedConcurrencyConfigCallable()

template<typename DeleteProvisionedConcurrencyConfigRequestT = Model::DeleteProvisionedConcurrencyConfigRequest>
Model::DeleteProvisionedConcurrencyConfigOutcomeCallable Aws::Lambda::LambdaClient::DeleteProvisionedConcurrencyConfigCallable ( const DeleteProvisionedConcurrencyConfigRequestT &  request) const
inline

A Callable wrapper for DeleteProvisionedConcurrencyConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 830 of file LambdaClient.h.

◆ GetAccountSettings()

virtual Model::GetAccountSettingsOutcome Aws::Lambda::LambdaClient::GetAccountSettings ( const Model::GetAccountSettingsRequest request = {}) const
virtual

Retrieves details about your account's limits and usage in an Amazon Web Services Region.

See Also:

AWS API Reference

◆ GetAccountSettingsAsync()

template<typename GetAccountSettingsRequestT = Model::GetAccountSettingsRequest>
void Aws::Lambda::LambdaClient::GetAccountSettingsAsync ( const GetAccountSettingsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const GetAccountSettingsRequestT &  request = {} 
) const
inline

An Async wrapper for GetAccountSettings that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 869 of file LambdaClient.h.

◆ GetAccountSettingsCallable()

template<typename GetAccountSettingsRequestT = Model::GetAccountSettingsRequest>
Model::GetAccountSettingsOutcomeCallable Aws::Lambda::LambdaClient::GetAccountSettingsCallable ( const GetAccountSettingsRequestT &  request = {}) const
inline

A Callable wrapper for GetAccountSettings that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 860 of file LambdaClient.h.

◆ GetAlias()

virtual Model::GetAliasOutcome Aws::Lambda::LambdaClient::GetAlias ( const Model::GetAliasRequest request) const
virtual

Returns details about a Lambda function alias.

See Also:

AWS API Reference

◆ GetAliasAsync()

template<typename GetAliasRequestT = Model::GetAliasRequest>
void Aws::Lambda::LambdaClient::GetAliasAsync ( const GetAliasRequestT &  request,
const GetAliasResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetAlias that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 897 of file LambdaClient.h.

◆ GetAliasCallable()

template<typename GetAliasRequestT = Model::GetAliasRequest>
Model::GetAliasOutcomeCallable Aws::Lambda::LambdaClient::GetAliasCallable ( const GetAliasRequestT &  request) const
inline

A Callable wrapper for GetAlias that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 888 of file LambdaClient.h.

◆ GetAllocationTag()

static const char * Aws::Lambda::LambdaClient::GetAllocationTag ( )
static

◆ GetCapacityProvider()

virtual Model::GetCapacityProviderOutcome Aws::Lambda::LambdaClient::GetCapacityProvider ( const Model::GetCapacityProviderRequest request) const
virtual

Retrieves information about a specific capacity provider, including its configuration, state, and associated resources.

See Also:

AWS API Reference

◆ GetCapacityProviderAsync()

template<typename GetCapacityProviderRequestT = Model::GetCapacityProviderRequest>
void Aws::Lambda::LambdaClient::GetCapacityProviderAsync ( const GetCapacityProviderRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetCapacityProvider that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 924 of file LambdaClient.h.

◆ GetCapacityProviderCallable()

template<typename GetCapacityProviderRequestT = Model::GetCapacityProviderRequest>
Model::GetCapacityProviderOutcomeCallable Aws::Lambda::LambdaClient::GetCapacityProviderCallable ( const GetCapacityProviderRequestT &  request) const
inline

A Callable wrapper for GetCapacityProvider that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 915 of file LambdaClient.h.

◆ GetCodeSigningConfig()

virtual Model::GetCodeSigningConfigOutcome Aws::Lambda::LambdaClient::GetCodeSigningConfig ( const Model::GetCodeSigningConfigRequest request) const
virtual

Returns information about the specified code signing configuration.

See Also:

AWS API Reference

◆ GetCodeSigningConfigAsync()

template<typename GetCodeSigningConfigRequestT = Model::GetCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::GetCodeSigningConfigAsync ( const GetCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 951 of file LambdaClient.h.

◆ GetCodeSigningConfigCallable()

template<typename GetCodeSigningConfigRequestT = Model::GetCodeSigningConfigRequest>
Model::GetCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::GetCodeSigningConfigCallable ( const GetCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for GetCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 942 of file LambdaClient.h.

◆ GetDurableExecution()

virtual Model::GetDurableExecutionOutcome Aws::Lambda::LambdaClient::GetDurableExecution ( const Model::GetDurableExecutionRequest request) const
virtual

Retrieves detailed information about a specific durable execution, including its current status, input payload, result or error information, and execution metadata such as start time and usage statistics.

See Also:

AWS API Reference

◆ GetDurableExecutionAsync()

template<typename GetDurableExecutionRequestT = Model::GetDurableExecutionRequest>
void Aws::Lambda::LambdaClient::GetDurableExecutionAsync ( const GetDurableExecutionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetDurableExecution that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 981 of file LambdaClient.h.

◆ GetDurableExecutionCallable()

template<typename GetDurableExecutionRequestT = Model::GetDurableExecutionRequest>
Model::GetDurableExecutionOutcomeCallable Aws::Lambda::LambdaClient::GetDurableExecutionCallable ( const GetDurableExecutionRequestT &  request) const
inline

A Callable wrapper for GetDurableExecution that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 972 of file LambdaClient.h.

◆ GetDurableExecutionHistory()

virtual Model::GetDurableExecutionHistoryOutcome Aws::Lambda::LambdaClient::GetDurableExecutionHistory ( const Model::GetDurableExecutionHistoryRequest request) const
virtual

Retrieves the execution history for a durable execution, showing all the steps, callbacks, and events that occurred during the execution. This provides a detailed audit trail of the execution's progress over time.

The history is available while the execution is running and for a retention period after it completes (1-90 days, default 30 days). You can control whether to include execution data such as step results and callback payloads.

See Also:

AWS API Reference

◆ GetDurableExecutionHistoryAsync()

template<typename GetDurableExecutionHistoryRequestT = Model::GetDurableExecutionHistoryRequest>
void Aws::Lambda::LambdaClient::GetDurableExecutionHistoryAsync ( const GetDurableExecutionHistoryRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetDurableExecutionHistory that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1016 of file LambdaClient.h.

◆ GetDurableExecutionHistoryCallable()

template<typename GetDurableExecutionHistoryRequestT = Model::GetDurableExecutionHistoryRequest>
Model::GetDurableExecutionHistoryOutcomeCallable Aws::Lambda::LambdaClient::GetDurableExecutionHistoryCallable ( const GetDurableExecutionHistoryRequestT &  request) const
inline

A Callable wrapper for GetDurableExecutionHistory that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1006 of file LambdaClient.h.

◆ GetDurableExecutionState()

virtual Model::GetDurableExecutionStateOutcome Aws::Lambda::LambdaClient::GetDurableExecutionState ( const Model::GetDurableExecutionStateRequest request) const
virtual

Retrieves the current execution state required for the replay process during durable function execution. This API is used by the Lambda durable functions SDK to get state information needed for replay. You typically don't need to call this API directly as the SDK handles state management automatically.

The response contains operations ordered by start sequence number in ascending order. Completed operations with children don't include child operation details since they don't need to be replayed.

See Also:

AWS API Reference

◆ GetDurableExecutionStateAsync()

template<typename GetDurableExecutionStateRequestT = Model::GetDurableExecutionStateRequest>
void Aws::Lambda::LambdaClient::GetDurableExecutionStateAsync ( const GetDurableExecutionStateRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetDurableExecutionState that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1051 of file LambdaClient.h.

◆ GetDurableExecutionStateCallable()

template<typename GetDurableExecutionStateRequestT = Model::GetDurableExecutionStateRequest>
Model::GetDurableExecutionStateOutcomeCallable Aws::Lambda::LambdaClient::GetDurableExecutionStateCallable ( const GetDurableExecutionStateRequestT &  request) const
inline

A Callable wrapper for GetDurableExecutionState that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1042 of file LambdaClient.h.

◆ GetEventSourceMapping()

virtual Model::GetEventSourceMappingOutcome Aws::Lambda::LambdaClient::GetEventSourceMapping ( const Model::GetEventSourceMappingRequest request) const
virtual

Returns details about an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.

See Also:

AWS API Reference

◆ GetEventSourceMappingAsync()

template<typename GetEventSourceMappingRequestT = Model::GetEventSourceMappingRequest>
void Aws::Lambda::LambdaClient::GetEventSourceMappingAsync ( const GetEventSourceMappingRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetEventSourceMapping that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1080 of file LambdaClient.h.

◆ GetEventSourceMappingCallable()

template<typename GetEventSourceMappingRequestT = Model::GetEventSourceMappingRequest>
Model::GetEventSourceMappingOutcomeCallable Aws::Lambda::LambdaClient::GetEventSourceMappingCallable ( const GetEventSourceMappingRequestT &  request) const
inline

A Callable wrapper for GetEventSourceMapping that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1071 of file LambdaClient.h.

◆ GetFunction()

virtual Model::GetFunctionOutcome Aws::Lambda::LambdaClient::GetFunction ( const Model::GetFunctionRequest request) const
virtual

Returns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are returned.

See Also:

AWS API Reference

◆ GetFunctionAsync()

template<typename GetFunctionRequestT = Model::GetFunctionRequest>
void Aws::Lambda::LambdaClient::GetFunctionAsync ( const GetFunctionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunction that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1108 of file LambdaClient.h.

◆ GetFunctionCallable()

template<typename GetFunctionRequestT = Model::GetFunctionRequest>
Model::GetFunctionOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionCallable ( const GetFunctionRequestT &  request) const
inline

A Callable wrapper for GetFunction that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1099 of file LambdaClient.h.

◆ GetFunctionCodeSigningConfig()

virtual Model::GetFunctionCodeSigningConfigOutcome Aws::Lambda::LambdaClient::GetFunctionCodeSigningConfig ( const Model::GetFunctionCodeSigningConfigRequest request) const
virtual

Returns the code signing configuration for the specified function.

See Also:

AWS API Reference

◆ GetFunctionCodeSigningConfigAsync()

template<typename GetFunctionCodeSigningConfigRequestT = Model::GetFunctionCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::GetFunctionCodeSigningConfigAsync ( const GetFunctionCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunctionCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1137 of file LambdaClient.h.

◆ GetFunctionCodeSigningConfigCallable()

template<typename GetFunctionCodeSigningConfigRequestT = Model::GetFunctionCodeSigningConfigRequest>
Model::GetFunctionCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionCodeSigningConfigCallable ( const GetFunctionCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for GetFunctionCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1127 of file LambdaClient.h.

◆ GetFunctionConcurrency()

virtual Model::GetFunctionConcurrencyOutcome Aws::Lambda::LambdaClient::GetFunctionConcurrency ( const Model::GetFunctionConcurrencyRequest request) const
virtual

Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a function, use PutFunctionConcurrency.

See Also:

AWS API Reference

◆ GetFunctionConcurrencyAsync()

template<typename GetFunctionConcurrencyRequestT = Model::GetFunctionConcurrencyRequest>
void Aws::Lambda::LambdaClient::GetFunctionConcurrencyAsync ( const GetFunctionConcurrencyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunctionConcurrency that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1166 of file LambdaClient.h.

◆ GetFunctionConcurrencyCallable()

template<typename GetFunctionConcurrencyRequestT = Model::GetFunctionConcurrencyRequest>
Model::GetFunctionConcurrencyOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionConcurrencyCallable ( const GetFunctionConcurrencyRequestT &  request) const
inline

A Callable wrapper for GetFunctionConcurrency that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1157 of file LambdaClient.h.

◆ GetFunctionConfiguration()

virtual Model::GetFunctionConfigurationOutcome Aws::Lambda::LambdaClient::GetFunctionConfiguration ( const Model::GetFunctionConfigurationRequest request) const
virtual

Returns the version-specific settings of a Lambda function or version. The output includes only options that can vary between versions of a function. To modify these settings, use UpdateFunctionConfiguration.

To get all of a function's details, including function-level settings, use GetFunction.

See Also:

AWS API Reference

◆ GetFunctionConfigurationAsync()

template<typename GetFunctionConfigurationRequestT = Model::GetFunctionConfigurationRequest>
void Aws::Lambda::LambdaClient::GetFunctionConfigurationAsync ( const GetFunctionConfigurationRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunctionConfiguration that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1197 of file LambdaClient.h.

◆ GetFunctionConfigurationCallable()

template<typename GetFunctionConfigurationRequestT = Model::GetFunctionConfigurationRequest>
Model::GetFunctionConfigurationOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionConfigurationCallable ( const GetFunctionConfigurationRequestT &  request) const
inline

A Callable wrapper for GetFunctionConfiguration that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1188 of file LambdaClient.h.

◆ GetFunctionEventInvokeConfig()

virtual Model::GetFunctionEventInvokeConfigOutcome Aws::Lambda::LambdaClient::GetFunctionEventInvokeConfig ( const Model::GetFunctionEventInvokeConfigRequest request) const
virtual

Retrieves the configuration for asynchronous invocation for a function, version, or alias.

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

See Also:

AWS API Reference

◆ GetFunctionEventInvokeConfigAsync()

template<typename GetFunctionEventInvokeConfigRequestT = Model::GetFunctionEventInvokeConfigRequest>
void Aws::Lambda::LambdaClient::GetFunctionEventInvokeConfigAsync ( const GetFunctionEventInvokeConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunctionEventInvokeConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1228 of file LambdaClient.h.

◆ GetFunctionEventInvokeConfigCallable()

template<typename GetFunctionEventInvokeConfigRequestT = Model::GetFunctionEventInvokeConfigRequest>
Model::GetFunctionEventInvokeConfigOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionEventInvokeConfigCallable ( const GetFunctionEventInvokeConfigRequestT &  request) const
inline

A Callable wrapper for GetFunctionEventInvokeConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1218 of file LambdaClient.h.

◆ GetFunctionRecursionConfig()

virtual Model::GetFunctionRecursionConfigOutcome Aws::Lambda::LambdaClient::GetFunctionRecursionConfig ( const Model::GetFunctionRecursionConfigRequest request) const
virtual

Returns your function's recursive loop detection configuration.

See Also:

AWS API Reference

◆ GetFunctionRecursionConfigAsync()

template<typename GetFunctionRecursionConfigRequestT = Model::GetFunctionRecursionConfigRequest>
void Aws::Lambda::LambdaClient::GetFunctionRecursionConfigAsync ( const GetFunctionRecursionConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunctionRecursionConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1259 of file LambdaClient.h.

◆ GetFunctionRecursionConfigCallable()

template<typename GetFunctionRecursionConfigRequestT = Model::GetFunctionRecursionConfigRequest>
Model::GetFunctionRecursionConfigOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionRecursionConfigCallable ( const GetFunctionRecursionConfigRequestT &  request) const
inline

A Callable wrapper for GetFunctionRecursionConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1249 of file LambdaClient.h.

◆ GetFunctionScalingConfig()

virtual Model::GetFunctionScalingConfigOutcome Aws::Lambda::LambdaClient::GetFunctionScalingConfig ( const Model::GetFunctionScalingConfigRequest request) const
virtual

Retrieves the scaling configuration for a Lambda Managed Instances function.

See Also:

AWS API Reference

◆ GetFunctionScalingConfigAsync()

template<typename GetFunctionScalingConfigRequestT = Model::GetFunctionScalingConfigRequest>
void Aws::Lambda::LambdaClient::GetFunctionScalingConfigAsync ( const GetFunctionScalingConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunctionScalingConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1287 of file LambdaClient.h.

◆ GetFunctionScalingConfigCallable()

template<typename GetFunctionScalingConfigRequestT = Model::GetFunctionScalingConfigRequest>
Model::GetFunctionScalingConfigOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionScalingConfigCallable ( const GetFunctionScalingConfigRequestT &  request) const
inline

A Callable wrapper for GetFunctionScalingConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1278 of file LambdaClient.h.

◆ GetFunctionUrlConfig()

virtual Model::GetFunctionUrlConfigOutcome Aws::Lambda::LambdaClient::GetFunctionUrlConfig ( const Model::GetFunctionUrlConfigRequest request) const
virtual

Returns details about a Lambda function URL.

See Also:

AWS API Reference

◆ GetFunctionUrlConfigAsync()

template<typename GetFunctionUrlConfigRequestT = Model::GetFunctionUrlConfigRequest>
void Aws::Lambda::LambdaClient::GetFunctionUrlConfigAsync ( const GetFunctionUrlConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetFunctionUrlConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1314 of file LambdaClient.h.

◆ GetFunctionUrlConfigCallable()

template<typename GetFunctionUrlConfigRequestT = Model::GetFunctionUrlConfigRequest>
Model::GetFunctionUrlConfigOutcomeCallable Aws::Lambda::LambdaClient::GetFunctionUrlConfigCallable ( const GetFunctionUrlConfigRequestT &  request) const
inline

A Callable wrapper for GetFunctionUrlConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1305 of file LambdaClient.h.

◆ GetLayerVersion()

virtual Model::GetLayerVersionOutcome Aws::Lambda::LambdaClient::GetLayerVersion ( const Model::GetLayerVersionRequest request) const
virtual

Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes.

See Also:

AWS API Reference

◆ GetLayerVersionAsync()

template<typename GetLayerVersionRequestT = Model::GetLayerVersionRequest>
void Aws::Lambda::LambdaClient::GetLayerVersionAsync ( const GetLayerVersionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetLayerVersion that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1342 of file LambdaClient.h.

◆ GetLayerVersionByArn()

virtual Model::GetLayerVersionByArnOutcome Aws::Lambda::LambdaClient::GetLayerVersionByArn ( const Model::GetLayerVersionByArnRequest request) const
virtual

Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes.

See Also:

AWS API Reference

◆ GetLayerVersionByArnAsync()

template<typename GetLayerVersionByArnRequestT = Model::GetLayerVersionByArnRequest>
void Aws::Lambda::LambdaClient::GetLayerVersionByArnAsync ( const GetLayerVersionByArnRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetLayerVersionByArn that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1371 of file LambdaClient.h.

◆ GetLayerVersionByArnCallable()

template<typename GetLayerVersionByArnRequestT = Model::GetLayerVersionByArnRequest>
Model::GetLayerVersionByArnOutcomeCallable Aws::Lambda::LambdaClient::GetLayerVersionByArnCallable ( const GetLayerVersionByArnRequestT &  request) const
inline

A Callable wrapper for GetLayerVersionByArn that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1362 of file LambdaClient.h.

◆ GetLayerVersionCallable()

template<typename GetLayerVersionRequestT = Model::GetLayerVersionRequest>
Model::GetLayerVersionOutcomeCallable Aws::Lambda::LambdaClient::GetLayerVersionCallable ( const GetLayerVersionRequestT &  request) const
inline

A Callable wrapper for GetLayerVersion that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1333 of file LambdaClient.h.

◆ GetLayerVersionPolicy()

virtual Model::GetLayerVersionPolicyOutcome Aws::Lambda::LambdaClient::GetLayerVersionPolicy ( const Model::GetLayerVersionPolicyRequest request) const
virtual

Returns the permission policy for a version of an Lambda layer. For more information, see AddLayerVersionPermission.

See Also:

AWS API Reference

◆ GetLayerVersionPolicyAsync()

template<typename GetLayerVersionPolicyRequestT = Model::GetLayerVersionPolicyRequest>
void Aws::Lambda::LambdaClient::GetLayerVersionPolicyAsync ( const GetLayerVersionPolicyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetLayerVersionPolicy that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1400 of file LambdaClient.h.

◆ GetLayerVersionPolicyCallable()

template<typename GetLayerVersionPolicyRequestT = Model::GetLayerVersionPolicyRequest>
Model::GetLayerVersionPolicyOutcomeCallable Aws::Lambda::LambdaClient::GetLayerVersionPolicyCallable ( const GetLayerVersionPolicyRequestT &  request) const
inline

A Callable wrapper for GetLayerVersionPolicy that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1391 of file LambdaClient.h.

◆ GetPolicy()

virtual Model::GetPolicyOutcome Aws::Lambda::LambdaClient::GetPolicy ( const Model::GetPolicyRequest request) const
virtual

Returns the resource-based IAM policy for a function, version, or alias.

See Also:

AWS API Reference

◆ GetPolicyAsync()

template<typename GetPolicyRequestT = Model::GetPolicyRequest>
void Aws::Lambda::LambdaClient::GetPolicyAsync ( const GetPolicyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetPolicy that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1427 of file LambdaClient.h.

◆ GetPolicyCallable()

template<typename GetPolicyRequestT = Model::GetPolicyRequest>
Model::GetPolicyOutcomeCallable Aws::Lambda::LambdaClient::GetPolicyCallable ( const GetPolicyRequestT &  request) const
inline

A Callable wrapper for GetPolicy that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1418 of file LambdaClient.h.

◆ GetProvisionedConcurrencyConfig()

virtual Model::GetProvisionedConcurrencyConfigOutcome Aws::Lambda::LambdaClient::GetProvisionedConcurrencyConfig ( const Model::GetProvisionedConcurrencyConfigRequest request) const
virtual

Retrieves the provisioned concurrency configuration for a function's alias or version.

See Also:

AWS API Reference

◆ GetProvisionedConcurrencyConfigAsync()

template<typename GetProvisionedConcurrencyConfigRequestT = Model::GetProvisionedConcurrencyConfigRequest>
void Aws::Lambda::LambdaClient::GetProvisionedConcurrencyConfigAsync ( const GetProvisionedConcurrencyConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetProvisionedConcurrencyConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1456 of file LambdaClient.h.

◆ GetProvisionedConcurrencyConfigCallable()

template<typename GetProvisionedConcurrencyConfigRequestT = Model::GetProvisionedConcurrencyConfigRequest>
Model::GetProvisionedConcurrencyConfigOutcomeCallable Aws::Lambda::LambdaClient::GetProvisionedConcurrencyConfigCallable ( const GetProvisionedConcurrencyConfigRequestT &  request) const
inline

A Callable wrapper for GetProvisionedConcurrencyConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1446 of file LambdaClient.h.

◆ GetRuntimeManagementConfig()

virtual Model::GetRuntimeManagementConfigOutcome Aws::Lambda::LambdaClient::GetRuntimeManagementConfig ( const Model::GetRuntimeManagementConfigRequest request) const
virtual

Retrieves the runtime management configuration for a function's version. If the runtime update mode is Manual, this includes the ARN of the runtime version and the runtime update mode. If the runtime update mode is Auto or Function update, this includes the runtime update mode and null is returned for the ARN. For more information, see Runtime updates.

See Also:

AWS API Reference

◆ GetRuntimeManagementConfigAsync()

template<typename GetRuntimeManagementConfigRequestT = Model::GetRuntimeManagementConfigRequest>
void Aws::Lambda::LambdaClient::GetRuntimeManagementConfigAsync ( const GetRuntimeManagementConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetRuntimeManagementConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1491 of file LambdaClient.h.

◆ GetRuntimeManagementConfigCallable()

template<typename GetRuntimeManagementConfigRequestT = Model::GetRuntimeManagementConfigRequest>
Model::GetRuntimeManagementConfigOutcomeCallable Aws::Lambda::LambdaClient::GetRuntimeManagementConfigCallable ( const GetRuntimeManagementConfigRequestT &  request) const
inline

A Callable wrapper for GetRuntimeManagementConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1481 of file LambdaClient.h.

◆ GetServiceName()

static const char * Aws::Lambda::LambdaClient::GetServiceName ( )
static

◆ Invoke()

virtual Model::InvokeOutcome Aws::Lambda::LambdaClient::Invoke ( const Model::InvokeRequest request) const
virtual

Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or asynchronously. By default, Lambda invokes your function synchronously (i.e. theInvocationType is RequestResponse). To invoke a function asynchronously, set InvocationType to Event. Lambda passes the ClientContext object to your function for synchronous invocations only.

For synchronous invocations, the maximum payload size is 6 MB. For asynchronous invocations, the maximum payload size is 1 MB.

For synchronous invocation, details about the function response, including errors, are included in the response body and headers. For either invocation type, you can find more information in the execution log and trace.

When an error occurs, your function may be invoked multiple times. Retry behavior varies by error type, client, event source, and invocation type. For example, if you invoke a function asynchronously and it returns an error, Lambda executes the function up to two more times. For more information, see Error handling and automatic retries in Lambda.

For asynchronous invocation, Lambda adds events to a queue before sending them to your function. If your function does not have enough capacity to keep up with the queue, events may be lost. Occasionally, your function may receive the same event multiple times, even if no error occurs. To retain events that were not processed, configure your function with a dead-letter queue.

The status code in the API response doesn't reflect function errors. Error codes are reserved for errors that prevent your function from executing, such as permissions errors, quota errors, or issues with your function's code and configuration. For example, Lambda returns TooManyRequestsException if running the function would cause you to exceed a concurrency limit at either the account level (ConcurrentInvocationLimitExceeded) or function level (ReservedFunctionConcurrentInvocationLimitExceeded).

For functions with a long timeout, your client might disconnect during synchronous invocation while it waits for a response. Configure your HTTP client, SDK, firewall, proxy, or operating system to allow for long connections with timeout or keep-alive settings.

This operation requires permission for the lambda:InvokeFunction action. For details on how to set up permissions for cross-account invocations, see Granting function access to other accounts.

See Also:

AWS API Reference

◆ InvokeAsync()

template<typename InvokeRequestT = Model::InvokeRequest>
void Aws::Lambda::LambdaClient::InvokeAsync ( const InvokeRequestT &  request,
const InvokeResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for Invoke that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1562 of file LambdaClient.h.

◆ InvokeCallable()

template<typename InvokeRequestT = Model::InvokeRequest>
Model::InvokeOutcomeCallable Aws::Lambda::LambdaClient::InvokeCallable ( const InvokeRequestT &  request) const
inline

A Callable wrapper for Invoke that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1553 of file LambdaClient.h.

◆ InvokeWithResponseStream()

virtual Model::InvokeWithResponseStreamOutcome Aws::Lambda::LambdaClient::InvokeWithResponseStream ( Model::InvokeWithResponseStreamRequest request) const
virtual

Configure your Lambda functions to stream response payloads back to clients. For more information, see Configuring a Lambda function to stream responses.

This operation requires permission for the lambda:InvokeFunction action. For details on how to set up permissions for cross-account invocations, see Granting function access to other accounts.

See Also:

AWS API Reference

◆ InvokeWithResponseStreamAsync()

template<typename InvokeWithResponseStreamRequestT = Model::InvokeWithResponseStreamRequest>
void Aws::Lambda::LambdaClient::InvokeWithResponseStreamAsync ( InvokeWithResponseStreamRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for InvokeWithResponseStream that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1597 of file LambdaClient.h.

◆ InvokeWithResponseStreamCallable()

template<typename InvokeWithResponseStreamRequestT = Model::InvokeWithResponseStreamRequest>
Model::InvokeWithResponseStreamOutcomeCallable Aws::Lambda::LambdaClient::InvokeWithResponseStreamCallable ( InvokeWithResponseStreamRequestT &  request) const
inline

A Callable wrapper for InvokeWithResponseStream that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1588 of file LambdaClient.h.

◆ ListAliases()

virtual Model::ListAliasesOutcome Aws::Lambda::LambdaClient::ListAliases ( const Model::ListAliasesRequest request) const
virtual

Returns a list of aliases for a Lambda function.

See Also:

AWS API Reference

◆ ListAliasesAsync()

template<typename ListAliasesRequestT = Model::ListAliasesRequest>
void Aws::Lambda::LambdaClient::ListAliasesAsync ( const ListAliasesRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListAliases that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1625 of file LambdaClient.h.

◆ ListAliasesCallable()

template<typename ListAliasesRequestT = Model::ListAliasesRequest>
Model::ListAliasesOutcomeCallable Aws::Lambda::LambdaClient::ListAliasesCallable ( const ListAliasesRequestT &  request) const
inline

A Callable wrapper for ListAliases that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1616 of file LambdaClient.h.

◆ ListCapacityProviders()

virtual Model::ListCapacityProvidersOutcome Aws::Lambda::LambdaClient::ListCapacityProviders ( const Model::ListCapacityProvidersRequest request = {}) const
virtual

Returns a list of capacity providers in your account.

See Also:

AWS API Reference

◆ ListCapacityProvidersAsync()

template<typename ListCapacityProvidersRequestT = Model::ListCapacityProvidersRequest>
void Aws::Lambda::LambdaClient::ListCapacityProvidersAsync ( const ListCapacityProvidersResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const ListCapacityProvidersRequestT &  request = {} 
) const
inline

An Async wrapper for ListCapacityProviders that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1652 of file LambdaClient.h.

◆ ListCapacityProvidersCallable()

template<typename ListCapacityProvidersRequestT = Model::ListCapacityProvidersRequest>
Model::ListCapacityProvidersOutcomeCallable Aws::Lambda::LambdaClient::ListCapacityProvidersCallable ( const ListCapacityProvidersRequestT &  request = {}) const
inline

A Callable wrapper for ListCapacityProviders that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1643 of file LambdaClient.h.

◆ ListCodeSigningConfigs()

virtual Model::ListCodeSigningConfigsOutcome Aws::Lambda::LambdaClient::ListCodeSigningConfigs ( const Model::ListCodeSigningConfigsRequest request = {}) const
virtual

Returns a list of code signing configurations. A request returns up to 10,000 configurations per call. You can use the MaxItems parameter to return fewer configurations per call.

See Also:

AWS API Reference

◆ ListCodeSigningConfigsAsync()

template<typename ListCodeSigningConfigsRequestT = Model::ListCodeSigningConfigsRequest>
void Aws::Lambda::LambdaClient::ListCodeSigningConfigsAsync ( const ListCodeSigningConfigsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const ListCodeSigningConfigsRequestT &  request = {} 
) const
inline

An Async wrapper for ListCodeSigningConfigs that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1683 of file LambdaClient.h.

◆ ListCodeSigningConfigsCallable()

template<typename ListCodeSigningConfigsRequestT = Model::ListCodeSigningConfigsRequest>
Model::ListCodeSigningConfigsOutcomeCallable Aws::Lambda::LambdaClient::ListCodeSigningConfigsCallable ( const ListCodeSigningConfigsRequestT &  request = {}) const
inline

A Callable wrapper for ListCodeSigningConfigs that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1674 of file LambdaClient.h.

◆ ListDurableExecutionsByFunction()

virtual Model::ListDurableExecutionsByFunctionOutcome Aws::Lambda::LambdaClient::ListDurableExecutionsByFunction ( const Model::ListDurableExecutionsByFunctionRequest request) const
virtual

Returns a list of durable executions for a specified Lambda function. You can filter the results by execution name, status, and start time range. This API supports pagination for large result sets.

See Also:

AWS API Reference

◆ ListDurableExecutionsByFunctionAsync()

template<typename ListDurableExecutionsByFunctionRequestT = Model::ListDurableExecutionsByFunctionRequest>
void Aws::Lambda::LambdaClient::ListDurableExecutionsByFunctionAsync ( const ListDurableExecutionsByFunctionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListDurableExecutionsByFunction that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1716 of file LambdaClient.h.

◆ ListDurableExecutionsByFunctionCallable()

template<typename ListDurableExecutionsByFunctionRequestT = Model::ListDurableExecutionsByFunctionRequest>
Model::ListDurableExecutionsByFunctionOutcomeCallable Aws::Lambda::LambdaClient::ListDurableExecutionsByFunctionCallable ( const ListDurableExecutionsByFunctionRequestT &  request) const
inline

A Callable wrapper for ListDurableExecutionsByFunction that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1706 of file LambdaClient.h.

◆ ListEventSourceMappings()

virtual Model::ListEventSourceMappingsOutcome Aws::Lambda::LambdaClient::ListEventSourceMappings ( const Model::ListEventSourceMappingsRequest request = {}) const
virtual

Lists event source mappings. Specify an EventSourceArn to show only event source mappings for a single event source.

See Also:

AWS API Reference

◆ ListEventSourceMappingsAsync()

template<typename ListEventSourceMappingsRequestT = Model::ListEventSourceMappingsRequest>
void Aws::Lambda::LambdaClient::ListEventSourceMappingsAsync ( const ListEventSourceMappingsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const ListEventSourceMappingsRequestT &  request = {} 
) const
inline

An Async wrapper for ListEventSourceMappings that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1745 of file LambdaClient.h.

◆ ListEventSourceMappingsCallable()

template<typename ListEventSourceMappingsRequestT = Model::ListEventSourceMappingsRequest>
Model::ListEventSourceMappingsOutcomeCallable Aws::Lambda::LambdaClient::ListEventSourceMappingsCallable ( const ListEventSourceMappingsRequestT &  request = {}) const
inline

A Callable wrapper for ListEventSourceMappings that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1736 of file LambdaClient.h.

◆ ListFunctionEventInvokeConfigs()

virtual Model::ListFunctionEventInvokeConfigsOutcome Aws::Lambda::LambdaClient::ListFunctionEventInvokeConfigs ( const Model::ListFunctionEventInvokeConfigsRequest request) const
virtual

Retrieves a list of configurations for asynchronous invocation for a function.

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

See Also:

AWS API Reference

◆ ListFunctionEventInvokeConfigsAsync()

template<typename ListFunctionEventInvokeConfigsRequestT = Model::ListFunctionEventInvokeConfigsRequest>
void Aws::Lambda::LambdaClient::ListFunctionEventInvokeConfigsAsync ( const ListFunctionEventInvokeConfigsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListFunctionEventInvokeConfigs that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1776 of file LambdaClient.h.

◆ ListFunctionEventInvokeConfigsCallable()

template<typename ListFunctionEventInvokeConfigsRequestT = Model::ListFunctionEventInvokeConfigsRequest>
Model::ListFunctionEventInvokeConfigsOutcomeCallable Aws::Lambda::LambdaClient::ListFunctionEventInvokeConfigsCallable ( const ListFunctionEventInvokeConfigsRequestT &  request) const
inline

A Callable wrapper for ListFunctionEventInvokeConfigs that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1766 of file LambdaClient.h.

◆ ListFunctions()

virtual Model::ListFunctionsOutcome Aws::Lambda::LambdaClient::ListFunctions ( const Model::ListFunctionsRequest request = {}) const
virtual

Returns a list of Lambda functions, with the version-specific configuration of each. Lambda returns up to 50 functions per call.

Set FunctionVersion to ALL to include all published versions of each function in addition to the unpublished version.

The ListFunctions operation returns a subset of the FunctionConfiguration fields. To get the additional fields (State, StateReasonCode, StateReason, LastUpdateStatus, LastUpdateStatusReason, LastUpdateStatusReasonCode, RuntimeVersionConfig) for a function or version, use GetFunction.

See Also:

AWS API Reference

◆ ListFunctionsAsync()

template<typename ListFunctionsRequestT = Model::ListFunctionsRequest>
void Aws::Lambda::LambdaClient::ListFunctionsAsync ( const ListFunctionsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const ListFunctionsRequestT &  request = {} 
) const
inline

An Async wrapper for ListFunctions that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1868 of file LambdaClient.h.

◆ ListFunctionsByCodeSigningConfig()

virtual Model::ListFunctionsByCodeSigningConfigOutcome Aws::Lambda::LambdaClient::ListFunctionsByCodeSigningConfig ( const Model::ListFunctionsByCodeSigningConfigRequest request) const
virtual

List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it.

See Also:

AWS API Reference

◆ ListFunctionsByCodeSigningConfigAsync()

template<typename ListFunctionsByCodeSigningConfigRequestT = Model::ListFunctionsByCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::ListFunctionsByCodeSigningConfigAsync ( const ListFunctionsByCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListFunctionsByCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1899 of file LambdaClient.h.

◆ ListFunctionsByCodeSigningConfigCallable()

template<typename ListFunctionsByCodeSigningConfigRequestT = Model::ListFunctionsByCodeSigningConfigRequest>
Model::ListFunctionsByCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::ListFunctionsByCodeSigningConfigCallable ( const ListFunctionsByCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for ListFunctionsByCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1889 of file LambdaClient.h.

◆ ListFunctionsCallable()

template<typename ListFunctionsRequestT = Model::ListFunctionsRequest>
Model::ListFunctionsOutcomeCallable Aws::Lambda::LambdaClient::ListFunctionsCallable ( const ListFunctionsRequestT &  request = {}) const
inline

A Callable wrapper for ListFunctions that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1859 of file LambdaClient.h.

◆ ListFunctionUrlConfigs()

virtual Model::ListFunctionUrlConfigsOutcome Aws::Lambda::LambdaClient::ListFunctionUrlConfigs ( const Model::ListFunctionUrlConfigsRequest request) const
virtual

Returns a list of Lambda function URLs for the specified function.

See Also:

AWS API Reference

◆ ListFunctionUrlConfigsAsync()

template<typename ListFunctionUrlConfigsRequestT = Model::ListFunctionUrlConfigsRequest>
void Aws::Lambda::LambdaClient::ListFunctionUrlConfigsAsync ( const ListFunctionUrlConfigsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListFunctionUrlConfigs that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1804 of file LambdaClient.h.

◆ ListFunctionUrlConfigsCallable()

template<typename ListFunctionUrlConfigsRequestT = Model::ListFunctionUrlConfigsRequest>
Model::ListFunctionUrlConfigsOutcomeCallable Aws::Lambda::LambdaClient::ListFunctionUrlConfigsCallable ( const ListFunctionUrlConfigsRequestT &  request) const
inline

A Callable wrapper for ListFunctionUrlConfigs that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1795 of file LambdaClient.h.

◆ ListFunctionVersionsByCapacityProvider()

virtual Model::ListFunctionVersionsByCapacityProviderOutcome Aws::Lambda::LambdaClient::ListFunctionVersionsByCapacityProvider ( const Model::ListFunctionVersionsByCapacityProviderRequest request) const
virtual

Returns a list of function versions that are configured to use a specific capacity provider.

See Also:

AWS API Reference

◆ ListFunctionVersionsByCapacityProviderAsync()

template<typename ListFunctionVersionsByCapacityProviderRequestT = Model::ListFunctionVersionsByCapacityProviderRequest>
void Aws::Lambda::LambdaClient::ListFunctionVersionsByCapacityProviderAsync ( const ListFunctionVersionsByCapacityProviderRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListFunctionVersionsByCapacityProvider that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1834 of file LambdaClient.h.

◆ ListFunctionVersionsByCapacityProviderCallable()

template<typename ListFunctionVersionsByCapacityProviderRequestT = Model::ListFunctionVersionsByCapacityProviderRequest>
Model::ListFunctionVersionsByCapacityProviderOutcomeCallable Aws::Lambda::LambdaClient::ListFunctionVersionsByCapacityProviderCallable ( const ListFunctionVersionsByCapacityProviderRequestT &  request) const
inline

A Callable wrapper for ListFunctionVersionsByCapacityProvider that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1824 of file LambdaClient.h.

◆ ListLayers()

virtual Model::ListLayersOutcome Aws::Lambda::LambdaClient::ListLayers ( const Model::ListLayersRequest request = {}) const
virtual

Lists Lambda layers and shows information about the latest version of each. Specify a runtime identifier to list only layers that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layers that are compatible with that instruction set architecture.

See Also:

AWS API Reference

◆ ListLayersAsync()

template<typename ListLayersRequestT = Model::ListLayersRequest>
void Aws::Lambda::LambdaClient::ListLayersAsync ( const ListLayersResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const ListLayersRequestT &  request = {} 
) const
inline

An Async wrapper for ListLayers that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1965 of file LambdaClient.h.

◆ ListLayersCallable()

template<typename ListLayersRequestT = Model::ListLayersRequest>
Model::ListLayersOutcomeCallable Aws::Lambda::LambdaClient::ListLayersCallable ( const ListLayersRequestT &  request = {}) const
inline

A Callable wrapper for ListLayers that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1956 of file LambdaClient.h.

◆ ListLayerVersions()

virtual Model::ListLayerVersionsOutcome Aws::Lambda::LambdaClient::ListLayerVersions ( const Model::ListLayerVersionsRequest request) const
virtual

Lists the versions of an Lambda layer. Versions that have been deleted aren't listed. Specify a runtime identifier to list only versions that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layer versions that are compatible with that architecture.

See Also:

AWS API Reference

◆ ListLayerVersionsAsync()

template<typename ListLayerVersionsRequestT = Model::ListLayerVersionsRequest>
void Aws::Lambda::LambdaClient::ListLayerVersionsAsync ( const ListLayerVersionsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListLayerVersions that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1932 of file LambdaClient.h.

◆ ListLayerVersionsCallable()

template<typename ListLayerVersionsRequestT = Model::ListLayerVersionsRequest>
Model::ListLayerVersionsOutcomeCallable Aws::Lambda::LambdaClient::ListLayerVersionsCallable ( const ListLayerVersionsRequestT &  request) const
inline

A Callable wrapper for ListLayerVersions that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1923 of file LambdaClient.h.

◆ ListProvisionedConcurrencyConfigs()

virtual Model::ListProvisionedConcurrencyConfigsOutcome Aws::Lambda::LambdaClient::ListProvisionedConcurrencyConfigs ( const Model::ListProvisionedConcurrencyConfigsRequest request) const
virtual

Retrieves a list of provisioned concurrency configurations for a function.

See Also:

AWS API Reference

◆ ListProvisionedConcurrencyConfigsAsync()

template<typename ListProvisionedConcurrencyConfigsRequestT = Model::ListProvisionedConcurrencyConfigsRequest>
void Aws::Lambda::LambdaClient::ListProvisionedConcurrencyConfigsAsync ( const ListProvisionedConcurrencyConfigsRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListProvisionedConcurrencyConfigs that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 1995 of file LambdaClient.h.

◆ ListProvisionedConcurrencyConfigsCallable()

template<typename ListProvisionedConcurrencyConfigsRequestT = Model::ListProvisionedConcurrencyConfigsRequest>
Model::ListProvisionedConcurrencyConfigsOutcomeCallable Aws::Lambda::LambdaClient::ListProvisionedConcurrencyConfigsCallable ( const ListProvisionedConcurrencyConfigsRequestT &  request) const
inline

A Callable wrapper for ListProvisionedConcurrencyConfigs that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 1985 of file LambdaClient.h.

◆ ListTags()

virtual Model::ListTagsOutcome Aws::Lambda::LambdaClient::ListTags ( const Model::ListTagsRequest request) const
virtual

Returns a function, event source mapping, or code signing configuration's tags. You can also view function tags with GetFunction.

See Also:

AWS API Reference

◆ ListTagsAsync()

template<typename ListTagsRequestT = Model::ListTagsRequest>
void Aws::Lambda::LambdaClient::ListTagsAsync ( const ListTagsRequestT &  request,
const ListTagsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListTags that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2023 of file LambdaClient.h.

◆ ListTagsCallable()

template<typename ListTagsRequestT = Model::ListTagsRequest>
Model::ListTagsOutcomeCallable Aws::Lambda::LambdaClient::ListTagsCallable ( const ListTagsRequestT &  request) const
inline

A Callable wrapper for ListTags that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2014 of file LambdaClient.h.

◆ ListVersionsByFunction()

virtual Model::ListVersionsByFunctionOutcome Aws::Lambda::LambdaClient::ListVersionsByFunction ( const Model::ListVersionsByFunctionRequest request) const
virtual

Returns a list of versions, with the version-specific configuration of each. Lambda returns up to 50 versions per call.

See Also:

AWS API Reference

◆ ListVersionsByFunctionAsync()

template<typename ListVersionsByFunctionRequestT = Model::ListVersionsByFunctionRequest>
void Aws::Lambda::LambdaClient::ListVersionsByFunctionAsync ( const ListVersionsByFunctionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListVersionsByFunction that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2052 of file LambdaClient.h.

◆ ListVersionsByFunctionCallable()

template<typename ListVersionsByFunctionRequestT = Model::ListVersionsByFunctionRequest>
Model::ListVersionsByFunctionOutcomeCallable Aws::Lambda::LambdaClient::ListVersionsByFunctionCallable ( const ListVersionsByFunctionRequestT &  request) const
inline

A Callable wrapper for ListVersionsByFunction that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2043 of file LambdaClient.h.

◆ OverrideEndpoint()

virtual void Aws::Lambda::LambdaClient::OverrideEndpoint ( const Aws::String endpoint)
virtual

◆ PublishLayerVersion()

virtual Model::PublishLayerVersionOutcome Aws::Lambda::LambdaClient::PublishLayerVersion ( const Model::PublishLayerVersionRequest request) const
virtual

Creates an Lambda layer from a ZIP archive. Each time you call PublishLayerVersion with the same layer name, a new version is created.

Add layers to your function with CreateFunction or UpdateFunctionConfiguration.

See Also:

AWS API Reference

◆ PublishLayerVersionAsync()

template<typename PublishLayerVersionRequestT = Model::PublishLayerVersionRequest>
void Aws::Lambda::LambdaClient::PublishLayerVersionAsync ( const PublishLayerVersionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PublishLayerVersion that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2084 of file LambdaClient.h.

◆ PublishLayerVersionCallable()

template<typename PublishLayerVersionRequestT = Model::PublishLayerVersionRequest>
Model::PublishLayerVersionOutcomeCallable Aws::Lambda::LambdaClient::PublishLayerVersionCallable ( const PublishLayerVersionRequestT &  request) const
inline

A Callable wrapper for PublishLayerVersion that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2075 of file LambdaClient.h.

◆ PublishVersion()

virtual Model::PublishVersionOutcome Aws::Lambda::LambdaClient::PublishVersion ( const Model::PublishVersionRequest request) const
virtual

Creates a version from the current code and configuration of a function. Use versions to create a snapshot of your function code and configuration that doesn't change.

Lambda doesn't publish a version if the function's configuration and code haven't changed since the last version. Use UpdateFunctionCode or UpdateFunctionConfiguration to update the function before publishing a version.

Clients can invoke versions directly or with an alias. To create an alias, use CreateAlias.

See Also:

AWS API Reference

◆ PublishVersionAsync()

template<typename PublishVersionRequestT = Model::PublishVersionRequest>
void Aws::Lambda::LambdaClient::PublishVersionAsync ( const PublishVersionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PublishVersion that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2117 of file LambdaClient.h.

◆ PublishVersionCallable()

template<typename PublishVersionRequestT = Model::PublishVersionRequest>
Model::PublishVersionOutcomeCallable Aws::Lambda::LambdaClient::PublishVersionCallable ( const PublishVersionRequestT &  request) const
inline

A Callable wrapper for PublishVersion that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2108 of file LambdaClient.h.

◆ PutFunctionCodeSigningConfig()

virtual Model::PutFunctionCodeSigningConfigOutcome Aws::Lambda::LambdaClient::PutFunctionCodeSigningConfig ( const Model::PutFunctionCodeSigningConfigRequest request) const
virtual

Update the code signing configuration for the function. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.

See Also:

AWS API Reference

◆ PutFunctionCodeSigningConfigAsync()

template<typename PutFunctionCodeSigningConfigRequestT = Model::PutFunctionCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::PutFunctionCodeSigningConfigAsync ( const PutFunctionCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PutFunctionCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2147 of file LambdaClient.h.

◆ PutFunctionCodeSigningConfigCallable()

template<typename PutFunctionCodeSigningConfigRequestT = Model::PutFunctionCodeSigningConfigRequest>
Model::PutFunctionCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::PutFunctionCodeSigningConfigCallable ( const PutFunctionCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for PutFunctionCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2137 of file LambdaClient.h.

◆ PutFunctionConcurrency()

virtual Model::PutFunctionConcurrencyOutcome Aws::Lambda::LambdaClient::PutFunctionConcurrency ( const Model::PutFunctionConcurrencyRequest request) const
virtual

Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level.

Concurrency settings apply to the function as a whole, including all published versions and the unpublished version. Reserving concurrency both ensures that your function has capacity to process the specified number of events simultaneously, and prevents it from scaling beyond that level. Use GetFunction to see the current setting for a function.

Use GetAccountSettings to see your Regional concurrency limit. You can reserve concurrency for as many functions as you like, as long as you leave at least 100 simultaneous executions unreserved for functions that aren't configured with a per-function limit. For more information, see Lambda function scaling.

See Also:

AWS API Reference

◆ PutFunctionConcurrencyAsync()

template<typename PutFunctionConcurrencyRequestT = Model::PutFunctionConcurrencyRequest>
void Aws::Lambda::LambdaClient::PutFunctionConcurrencyAsync ( const PutFunctionConcurrencyRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PutFunctionConcurrency that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2186 of file LambdaClient.h.

◆ PutFunctionConcurrencyCallable()

template<typename PutFunctionConcurrencyRequestT = Model::PutFunctionConcurrencyRequest>
Model::PutFunctionConcurrencyOutcomeCallable Aws::Lambda::LambdaClient::PutFunctionConcurrencyCallable ( const PutFunctionConcurrencyRequestT &  request) const
inline

A Callable wrapper for PutFunctionConcurrency that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2177 of file LambdaClient.h.

◆ PutFunctionEventInvokeConfig()

virtual Model::PutFunctionEventInvokeConfigOutcome Aws::Lambda::LambdaClient::PutFunctionEventInvokeConfig ( const Model::PutFunctionEventInvokeConfigRequest request) const
virtual

Configures options for asynchronous invocation on a function, version, or alias. If a configuration already exists for a function, version, or alias, this operation overwrites it. If you exclude any settings, they are removed. To set one option without affecting existing settings for other options, use UpdateFunctionEventInvokeConfig.

By default, Lambda retries an asynchronous invocation twice if the function returns an error. It retains events in a queue for up to six hours. When an event fails all processing attempts or stays in the asynchronous invocation queue for too long, Lambda discards it. To retain discarded events, configure a dead-letter queue with UpdateFunctionConfiguration.

To send an invocation record to a queue, topic, S3 bucket, function, or event bus, specify a destination. You can configure separate destinations for successful invocations (on-success) and events that fail all processing attempts (on-failure). You can configure destinations in addition to or instead of a dead-letter queue.

S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type.

See Also:

AWS API Reference

◆ PutFunctionEventInvokeConfigAsync()

template<typename PutFunctionEventInvokeConfigRequestT = Model::PutFunctionEventInvokeConfigRequest>
void Aws::Lambda::LambdaClient::PutFunctionEventInvokeConfigAsync ( const PutFunctionEventInvokeConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PutFunctionEventInvokeConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2234 of file LambdaClient.h.

◆ PutFunctionEventInvokeConfigCallable()

template<typename PutFunctionEventInvokeConfigRequestT = Model::PutFunctionEventInvokeConfigRequest>
Model::PutFunctionEventInvokeConfigOutcomeCallable Aws::Lambda::LambdaClient::PutFunctionEventInvokeConfigCallable ( const PutFunctionEventInvokeConfigRequestT &  request) const
inline

A Callable wrapper for PutFunctionEventInvokeConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2224 of file LambdaClient.h.

◆ PutFunctionRecursionConfig()

virtual Model::PutFunctionRecursionConfigOutcome Aws::Lambda::LambdaClient::PutFunctionRecursionConfig ( const Model::PutFunctionRecursionConfigRequest request) const
virtual

Sets your function's recursive loop detection configuration.

When you configure a Lambda function to output to the same service or resource that invokes the function, it's possible to create an infinite recursive loop. For example, a Lambda function might write a message to an Amazon Simple Queue Service (Amazon SQS) queue, which then invokes the same function. This invocation causes the function to write another message to the queue, which in turn invokes the function again.

Lambda can detect certain types of recursive loops shortly after they occur. When Lambda detects a recursive loop and your function's recursive loop detection configuration is set to Terminate, it stops your function being invoked and notifies you.

See Also:

AWS API Reference

◆ PutFunctionRecursionConfigAsync()

template<typename PutFunctionRecursionConfigRequestT = Model::PutFunctionRecursionConfigRequest>
void Aws::Lambda::LambdaClient::PutFunctionRecursionConfigAsync ( const PutFunctionRecursionConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PutFunctionRecursionConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2274 of file LambdaClient.h.

◆ PutFunctionRecursionConfigCallable()

template<typename PutFunctionRecursionConfigRequestT = Model::PutFunctionRecursionConfigRequest>
Model::PutFunctionRecursionConfigOutcomeCallable Aws::Lambda::LambdaClient::PutFunctionRecursionConfigCallable ( const PutFunctionRecursionConfigRequestT &  request) const
inline

A Callable wrapper for PutFunctionRecursionConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2264 of file LambdaClient.h.

◆ PutFunctionScalingConfig()

virtual Model::PutFunctionScalingConfigOutcome Aws::Lambda::LambdaClient::PutFunctionScalingConfig ( const Model::PutFunctionScalingConfigRequest request) const
virtual

Sets the scaling configuration for a Lambda Managed Instances function. The scaling configuration defines the minimum and maximum number of execution environments that can be provisioned for the function, allowing you to control scaling behavior and resource allocation.

See Also:

AWS API Reference

◆ PutFunctionScalingConfigAsync()

template<typename PutFunctionScalingConfigRequestT = Model::PutFunctionScalingConfigRequest>
void Aws::Lambda::LambdaClient::PutFunctionScalingConfigAsync ( const PutFunctionScalingConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PutFunctionScalingConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2304 of file LambdaClient.h.

◆ PutFunctionScalingConfigCallable()

template<typename PutFunctionScalingConfigRequestT = Model::PutFunctionScalingConfigRequest>
Model::PutFunctionScalingConfigOutcomeCallable Aws::Lambda::LambdaClient::PutFunctionScalingConfigCallable ( const PutFunctionScalingConfigRequestT &  request) const
inline

A Callable wrapper for PutFunctionScalingConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2295 of file LambdaClient.h.

◆ PutProvisionedConcurrencyConfig()

virtual Model::PutProvisionedConcurrencyConfigOutcome Aws::Lambda::LambdaClient::PutProvisionedConcurrencyConfig ( const Model::PutProvisionedConcurrencyConfigRequest request) const
virtual

Adds a provisioned concurrency configuration to a function's alias or version.

See Also:

AWS API Reference

◆ PutProvisionedConcurrencyConfigAsync()

template<typename PutProvisionedConcurrencyConfigRequestT = Model::PutProvisionedConcurrencyConfigRequest>
void Aws::Lambda::LambdaClient::PutProvisionedConcurrencyConfigAsync ( const PutProvisionedConcurrencyConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PutProvisionedConcurrencyConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2334 of file LambdaClient.h.

◆ PutProvisionedConcurrencyConfigCallable()

template<typename PutProvisionedConcurrencyConfigRequestT = Model::PutProvisionedConcurrencyConfigRequest>
Model::PutProvisionedConcurrencyConfigOutcomeCallable Aws::Lambda::LambdaClient::PutProvisionedConcurrencyConfigCallable ( const PutProvisionedConcurrencyConfigRequestT &  request) const
inline

A Callable wrapper for PutProvisionedConcurrencyConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2324 of file LambdaClient.h.

◆ PutRuntimeManagementConfig()

virtual Model::PutRuntimeManagementConfigOutcome Aws::Lambda::LambdaClient::PutRuntimeManagementConfig ( const Model::PutRuntimeManagementConfigRequest request) const
virtual

Sets the runtime management configuration for a function's version. For more information, see Runtime updates.

See Also:

AWS API Reference

◆ PutRuntimeManagementConfigAsync()

template<typename PutRuntimeManagementConfigRequestT = Model::PutRuntimeManagementConfigRequest>
void Aws::Lambda::LambdaClient::PutRuntimeManagementConfigAsync ( const PutRuntimeManagementConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for PutRuntimeManagementConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2366 of file LambdaClient.h.

◆ PutRuntimeManagementConfigCallable()

template<typename PutRuntimeManagementConfigRequestT = Model::PutRuntimeManagementConfigRequest>
Model::PutRuntimeManagementConfigOutcomeCallable Aws::Lambda::LambdaClient::PutRuntimeManagementConfigCallable ( const PutRuntimeManagementConfigRequestT &  request) const
inline

A Callable wrapper for PutRuntimeManagementConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2356 of file LambdaClient.h.

◆ RemoveLayerVersionPermission()

virtual Model::RemoveLayerVersionPermissionOutcome Aws::Lambda::LambdaClient::RemoveLayerVersionPermission ( const Model::RemoveLayerVersionPermissionRequest request) const
virtual

Removes a statement from the permissions policy for a version of an Lambda layer. For more information, see AddLayerVersionPermission.

See Also:

AWS API Reference

◆ RemoveLayerVersionPermissionAsync()

template<typename RemoveLayerVersionPermissionRequestT = Model::RemoveLayerVersionPermissionRequest>
void Aws::Lambda::LambdaClient::RemoveLayerVersionPermissionAsync ( const RemoveLayerVersionPermissionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for RemoveLayerVersionPermission that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2398 of file LambdaClient.h.

◆ RemoveLayerVersionPermissionCallable()

template<typename RemoveLayerVersionPermissionRequestT = Model::RemoveLayerVersionPermissionRequest>
Model::RemoveLayerVersionPermissionOutcomeCallable Aws::Lambda::LambdaClient::RemoveLayerVersionPermissionCallable ( const RemoveLayerVersionPermissionRequestT &  request) const
inline

A Callable wrapper for RemoveLayerVersionPermission that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2388 of file LambdaClient.h.

◆ RemovePermission()

virtual Model::RemovePermissionOutcome Aws::Lambda::LambdaClient::RemovePermission ( const Model::RemovePermissionRequest request) const
virtual

Revokes function-use permission from an Amazon Web Services service or another Amazon Web Services account. You can get the ID of the statement from the output of GetPolicy.

See Also:

AWS API Reference

◆ RemovePermissionAsync()

template<typename RemovePermissionRequestT = Model::RemovePermissionRequest>
void Aws::Lambda::LambdaClient::RemovePermissionAsync ( const RemovePermissionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for RemovePermission that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2427 of file LambdaClient.h.

◆ RemovePermissionCallable()

template<typename RemovePermissionRequestT = Model::RemovePermissionRequest>
Model::RemovePermissionOutcomeCallable Aws::Lambda::LambdaClient::RemovePermissionCallable ( const RemovePermissionRequestT &  request) const
inline

A Callable wrapper for RemovePermission that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2418 of file LambdaClient.h.

◆ SendDurableExecutionCallbackFailure()

virtual Model::SendDurableExecutionCallbackFailureOutcome Aws::Lambda::LambdaClient::SendDurableExecutionCallbackFailure ( const Model::SendDurableExecutionCallbackFailureRequest request) const
virtual

Sends a failure response for a callback operation in a durable execution. Use this API when an external system cannot complete a callback operation successfully.

See Also:

AWS API Reference

◆ SendDurableExecutionCallbackFailureAsync()

template<typename SendDurableExecutionCallbackFailureRequestT = Model::SendDurableExecutionCallbackFailureRequest>
void Aws::Lambda::LambdaClient::SendDurableExecutionCallbackFailureAsync ( const SendDurableExecutionCallbackFailureRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for SendDurableExecutionCallbackFailure that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2457 of file LambdaClient.h.

◆ SendDurableExecutionCallbackFailureCallable()

template<typename SendDurableExecutionCallbackFailureRequestT = Model::SendDurableExecutionCallbackFailureRequest>
Model::SendDurableExecutionCallbackFailureOutcomeCallable Aws::Lambda::LambdaClient::SendDurableExecutionCallbackFailureCallable ( const SendDurableExecutionCallbackFailureRequestT &  request) const
inline

A Callable wrapper for SendDurableExecutionCallbackFailure that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2447 of file LambdaClient.h.

◆ SendDurableExecutionCallbackHeartbeat()

virtual Model::SendDurableExecutionCallbackHeartbeatOutcome Aws::Lambda::LambdaClient::SendDurableExecutionCallbackHeartbeat ( const Model::SendDurableExecutionCallbackHeartbeatRequest request) const
virtual

Sends a heartbeat signal for a long-running callback operation to prevent timeout. Use this API to extend the callback timeout period while the external operation is still in progress.

See Also:

AWS API Reference

◆ SendDurableExecutionCallbackHeartbeatAsync()

template<typename SendDurableExecutionCallbackHeartbeatRequestT = Model::SendDurableExecutionCallbackHeartbeatRequest>
void Aws::Lambda::LambdaClient::SendDurableExecutionCallbackHeartbeatAsync ( const SendDurableExecutionCallbackHeartbeatRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for SendDurableExecutionCallbackHeartbeat that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2488 of file LambdaClient.h.

◆ SendDurableExecutionCallbackHeartbeatCallable()

template<typename SendDurableExecutionCallbackHeartbeatRequestT = Model::SendDurableExecutionCallbackHeartbeatRequest>
Model::SendDurableExecutionCallbackHeartbeatOutcomeCallable Aws::Lambda::LambdaClient::SendDurableExecutionCallbackHeartbeatCallable ( const SendDurableExecutionCallbackHeartbeatRequestT &  request) const
inline

A Callable wrapper for SendDurableExecutionCallbackHeartbeat that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2478 of file LambdaClient.h.

◆ SendDurableExecutionCallbackSuccess()

virtual Model::SendDurableExecutionCallbackSuccessOutcome Aws::Lambda::LambdaClient::SendDurableExecutionCallbackSuccess ( const Model::SendDurableExecutionCallbackSuccessRequest request) const
virtual

Sends a successful completion response for a callback operation in a durable execution. Use this API when an external system has successfully completed a callback operation.

See Also:

AWS API Reference

◆ SendDurableExecutionCallbackSuccessAsync()

template<typename SendDurableExecutionCallbackSuccessRequestT = Model::SendDurableExecutionCallbackSuccessRequest>
void Aws::Lambda::LambdaClient::SendDurableExecutionCallbackSuccessAsync ( const SendDurableExecutionCallbackSuccessRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for SendDurableExecutionCallbackSuccess that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2519 of file LambdaClient.h.

◆ SendDurableExecutionCallbackSuccessCallable()

template<typename SendDurableExecutionCallbackSuccessRequestT = Model::SendDurableExecutionCallbackSuccessRequest>
Model::SendDurableExecutionCallbackSuccessOutcomeCallable Aws::Lambda::LambdaClient::SendDurableExecutionCallbackSuccessCallable ( const SendDurableExecutionCallbackSuccessRequestT &  request) const
inline

A Callable wrapper for SendDurableExecutionCallbackSuccess that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2509 of file LambdaClient.h.

◆ StopDurableExecution()

virtual Model::StopDurableExecutionOutcome Aws::Lambda::LambdaClient::StopDurableExecution ( const Model::StopDurableExecutionRequest request) const
virtual

Stops a running durable execution. The execution transitions to STOPPED status and cannot be resumed. Any in-progress operations are terminated.

See Also:

AWS API Reference

◆ StopDurableExecutionAsync()

template<typename StopDurableExecutionRequestT = Model::StopDurableExecutionRequest>
void Aws::Lambda::LambdaClient::StopDurableExecutionAsync ( const StopDurableExecutionRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for StopDurableExecution that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2550 of file LambdaClient.h.

◆ StopDurableExecutionCallable()

template<typename StopDurableExecutionRequestT = Model::StopDurableExecutionRequest>
Model::StopDurableExecutionOutcomeCallable Aws::Lambda::LambdaClient::StopDurableExecutionCallable ( const StopDurableExecutionRequestT &  request) const
inline

A Callable wrapper for StopDurableExecution that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2541 of file LambdaClient.h.

◆ TagResource()

virtual Model::TagResourceOutcome Aws::Lambda::LambdaClient::TagResource ( const Model::TagResourceRequest request) const
virtual

Adds tags to a function, event source mapping, or code signing configuration.

See Also:

AWS API Reference

◆ TagResourceAsync()

template<typename TagResourceRequestT = Model::TagResourceRequest>
void Aws::Lambda::LambdaClient::TagResourceAsync ( const TagResourceRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for TagResource that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2578 of file LambdaClient.h.

◆ TagResourceCallable()

template<typename TagResourceRequestT = Model::TagResourceRequest>
Model::TagResourceOutcomeCallable Aws::Lambda::LambdaClient::TagResourceCallable ( const TagResourceRequestT &  request) const
inline

A Callable wrapper for TagResource that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2569 of file LambdaClient.h.

◆ UntagResource()

virtual Model::UntagResourceOutcome Aws::Lambda::LambdaClient::UntagResource ( const Model::UntagResourceRequest request) const
virtual

Removes tags from a function, event source mapping, or code signing configuration.

See Also:

AWS API Reference

◆ UntagResourceAsync()

template<typename UntagResourceRequestT = Model::UntagResourceRequest>
void Aws::Lambda::LambdaClient::UntagResourceAsync ( const UntagResourceRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UntagResource that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2606 of file LambdaClient.h.

◆ UntagResourceCallable()

template<typename UntagResourceRequestT = Model::UntagResourceRequest>
Model::UntagResourceOutcomeCallable Aws::Lambda::LambdaClient::UntagResourceCallable ( const UntagResourceRequestT &  request) const
inline

A Callable wrapper for UntagResource that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2597 of file LambdaClient.h.

◆ UpdateAlias()

virtual Model::UpdateAliasOutcome Aws::Lambda::LambdaClient::UpdateAlias ( const Model::UpdateAliasRequest request) const
virtual

Updates the configuration of a Lambda function alias.

See Also:

AWS API Reference

◆ UpdateAliasAsync()

template<typename UpdateAliasRequestT = Model::UpdateAliasRequest>
void Aws::Lambda::LambdaClient::UpdateAliasAsync ( const UpdateAliasRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateAlias that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2633 of file LambdaClient.h.

◆ UpdateAliasCallable()

template<typename UpdateAliasRequestT = Model::UpdateAliasRequest>
Model::UpdateAliasOutcomeCallable Aws::Lambda::LambdaClient::UpdateAliasCallable ( const UpdateAliasRequestT &  request) const
inline

A Callable wrapper for UpdateAlias that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2624 of file LambdaClient.h.

◆ UpdateCapacityProvider()

virtual Model::UpdateCapacityProviderOutcome Aws::Lambda::LambdaClient::UpdateCapacityProvider ( const Model::UpdateCapacityProviderRequest request) const
virtual

Updates the configuration of an existing capacity provider.

See Also:

AWS API Reference

◆ UpdateCapacityProviderAsync()

template<typename UpdateCapacityProviderRequestT = Model::UpdateCapacityProviderRequest>
void Aws::Lambda::LambdaClient::UpdateCapacityProviderAsync ( const UpdateCapacityProviderRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateCapacityProvider that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2660 of file LambdaClient.h.

◆ UpdateCapacityProviderCallable()

template<typename UpdateCapacityProviderRequestT = Model::UpdateCapacityProviderRequest>
Model::UpdateCapacityProviderOutcomeCallable Aws::Lambda::LambdaClient::UpdateCapacityProviderCallable ( const UpdateCapacityProviderRequestT &  request) const
inline

A Callable wrapper for UpdateCapacityProvider that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2651 of file LambdaClient.h.

◆ UpdateCodeSigningConfig()

virtual Model::UpdateCodeSigningConfigOutcome Aws::Lambda::LambdaClient::UpdateCodeSigningConfig ( const Model::UpdateCodeSigningConfigRequest request) const
virtual

Update the code signing configuration. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.

See Also:

AWS API Reference

◆ UpdateCodeSigningConfigAsync()

template<typename UpdateCodeSigningConfigRequestT = Model::UpdateCodeSigningConfigRequest>
void Aws::Lambda::LambdaClient::UpdateCodeSigningConfigAsync ( const UpdateCodeSigningConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateCodeSigningConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2689 of file LambdaClient.h.

◆ UpdateCodeSigningConfigCallable()

template<typename UpdateCodeSigningConfigRequestT = Model::UpdateCodeSigningConfigRequest>
Model::UpdateCodeSigningConfigOutcomeCallable Aws::Lambda::LambdaClient::UpdateCodeSigningConfigCallable ( const UpdateCodeSigningConfigRequestT &  request) const
inline

A Callable wrapper for UpdateCodeSigningConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2680 of file LambdaClient.h.

◆ UpdateEventSourceMapping()

virtual Model::UpdateEventSourceMappingOutcome Aws::Lambda::LambdaClient::UpdateEventSourceMapping ( const Model::UpdateEventSourceMappingRequest request) const
virtual

Updates an event source mapping. You can change the function that Lambda invokes, or pause invocation and resume later from the same location.

For details about how to configure different event sources, see the following topics.

The following error handling options are available for stream sources (DynamoDB, Kinesis, Amazon MSK, and self-managed Apache Kafka):

  • BisectBatchOnFunctionError – If the function returns an error, split the batch in two and retry.

  • MaximumRecordAgeInSeconds – Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires

  • MaximumRetryAttempts – Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.

  • OnFailure – Send discarded records to an Amazon SQS queue, Amazon SNS topic, Kafka topic, or Amazon S3 bucket. For more information, see Adding a destination.

The following option is available only for DynamoDB and Kinesis event sources:

  • ParallelizationFactor – Process multiple batches from each shard concurrently.

For information about which configuration parameters apply to each event source, see the following topics.

See Also:

AWS API Reference

◆ UpdateEventSourceMappingAsync()

template<typename UpdateEventSourceMappingRequestT = Model::UpdateEventSourceMappingRequest>
void Aws::Lambda::LambdaClient::UpdateEventSourceMappingAsync ( const UpdateEventSourceMappingRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateEventSourceMapping that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2765 of file LambdaClient.h.

◆ UpdateEventSourceMappingCallable()

template<typename UpdateEventSourceMappingRequestT = Model::UpdateEventSourceMappingRequest>
Model::UpdateEventSourceMappingOutcomeCallable Aws::Lambda::LambdaClient::UpdateEventSourceMappingCallable ( const UpdateEventSourceMappingRequestT &  request) const
inline

A Callable wrapper for UpdateEventSourceMapping that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2756 of file LambdaClient.h.

◆ UpdateFunctionCode()

virtual Model::UpdateFunctionCodeOutcome Aws::Lambda::LambdaClient::UpdateFunctionCode ( const Model::UpdateFunctionCodeRequest request) const
virtual

Updates a Lambda function's code. If code signing is enabled for the function, the code package must be signed by a trusted publisher. For more information, see Configuring code signing for Lambda.

If the function's package type is Image, then you must specify the code package in ImageUri as the URI of a container image in the Amazon ECR registry.

If the function's package type is Zip, then you must specify the deployment package as a .zip file archive. Enter the Amazon S3 bucket and key of the code .zip file location. You can also provide the function code inline using the ZipFile field.

The code in the deployment package must be compatible with the target instruction set architecture of the function (x86-64 or arm64).

The function's code is locked when you publish a version. You can't modify the code of a published version, only the unpublished version.

For a function defined as a container image, Lambda resolves the image tag to an image digest. In Amazon ECR, if you update the image tag to a new image, Lambda does not automatically update the function.

See Also:

AWS API Reference

◆ UpdateFunctionCodeAsync()

template<typename UpdateFunctionCodeRequestT = Model::UpdateFunctionCodeRequest>
void Aws::Lambda::LambdaClient::UpdateFunctionCodeAsync ( const UpdateFunctionCodeRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateFunctionCode that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2812 of file LambdaClient.h.

◆ UpdateFunctionCodeCallable()

template<typename UpdateFunctionCodeRequestT = Model::UpdateFunctionCodeRequest>
Model::UpdateFunctionCodeOutcomeCallable Aws::Lambda::LambdaClient::UpdateFunctionCodeCallable ( const UpdateFunctionCodeRequestT &  request) const
inline

A Callable wrapper for UpdateFunctionCode that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2803 of file LambdaClient.h.

◆ UpdateFunctionConfiguration()

virtual Model::UpdateFunctionConfigurationOutcome Aws::Lambda::LambdaClient::UpdateFunctionConfiguration ( const Model::UpdateFunctionConfigurationRequest request) const
virtual

Modify the version-specific settings of a Lambda function.

When you update a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify the function, but you can still invoke it. The LastUpdateStatus, LastUpdateStatusReason, and LastUpdateStatusReasonCode fields in the response from GetFunctionConfiguration indicate when the update is complete and the function is processing events with the new configuration. For more information, see Lambda function states.

These settings can vary between versions of a function and are locked when you publish a version. You can't modify the configuration of a published version, only the unpublished version.

To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an Amazon Web Services account or Amazon Web Services service, use AddPermission.

See Also:

AWS API Reference

◆ UpdateFunctionConfigurationAsync()

template<typename UpdateFunctionConfigurationRequestT = Model::UpdateFunctionConfigurationRequest>
void Aws::Lambda::LambdaClient::UpdateFunctionConfigurationAsync ( const UpdateFunctionConfigurationRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateFunctionConfiguration that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2855 of file LambdaClient.h.

◆ UpdateFunctionConfigurationCallable()

template<typename UpdateFunctionConfigurationRequestT = Model::UpdateFunctionConfigurationRequest>
Model::UpdateFunctionConfigurationOutcomeCallable Aws::Lambda::LambdaClient::UpdateFunctionConfigurationCallable ( const UpdateFunctionConfigurationRequestT &  request) const
inline

A Callable wrapper for UpdateFunctionConfiguration that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2845 of file LambdaClient.h.

◆ UpdateFunctionEventInvokeConfig()

virtual Model::UpdateFunctionEventInvokeConfigOutcome Aws::Lambda::LambdaClient::UpdateFunctionEventInvokeConfig ( const Model::UpdateFunctionEventInvokeConfigRequest request) const
virtual

Updates the configuration for asynchronous invocation for a function, version, or alias.

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

See Also:

AWS API Reference

◆ UpdateFunctionEventInvokeConfigAsync()

template<typename UpdateFunctionEventInvokeConfigRequestT = Model::UpdateFunctionEventInvokeConfigRequest>
void Aws::Lambda::LambdaClient::UpdateFunctionEventInvokeConfigAsync ( const UpdateFunctionEventInvokeConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateFunctionEventInvokeConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2886 of file LambdaClient.h.

◆ UpdateFunctionEventInvokeConfigCallable()

template<typename UpdateFunctionEventInvokeConfigRequestT = Model::UpdateFunctionEventInvokeConfigRequest>
Model::UpdateFunctionEventInvokeConfigOutcomeCallable Aws::Lambda::LambdaClient::UpdateFunctionEventInvokeConfigCallable ( const UpdateFunctionEventInvokeConfigRequestT &  request) const
inline

A Callable wrapper for UpdateFunctionEventInvokeConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2876 of file LambdaClient.h.

◆ UpdateFunctionUrlConfig()

virtual Model::UpdateFunctionUrlConfigOutcome Aws::Lambda::LambdaClient::UpdateFunctionUrlConfig ( const Model::UpdateFunctionUrlConfigRequest request) const
virtual

Updates the configuration for a Lambda function URL.

See Also:

AWS API Reference

◆ UpdateFunctionUrlConfigAsync()

template<typename UpdateFunctionUrlConfigRequestT = Model::UpdateFunctionUrlConfigRequest>
void Aws::Lambda::LambdaClient::UpdateFunctionUrlConfigAsync ( const UpdateFunctionUrlConfigRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateFunctionUrlConfig that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 2914 of file LambdaClient.h.

◆ UpdateFunctionUrlConfigCallable()

template<typename UpdateFunctionUrlConfigRequestT = Model::UpdateFunctionUrlConfigRequest>
Model::UpdateFunctionUrlConfigOutcomeCallable Aws::Lambda::LambdaClient::UpdateFunctionUrlConfigCallable ( const UpdateFunctionUrlConfigRequestT &  request) const
inline

A Callable wrapper for UpdateFunctionUrlConfig that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 2905 of file LambdaClient.h.

Friends And Related Symbol Documentation

◆ Aws::Client::ClientWithAsyncTemplateMethods< LambdaClient >

Definition at line 2921 of file LambdaClient.h.


The documentation for this class was generated from the following file: