AWS SDK for C++
0.12.9
AWS SDK for C++
|
Namespaces | |
LambdaEndpoint | |
LambdaErrorMapper | |
Model | |
Classes | |
class | LambdaClient |
class | LambdaRequest |
typedef std::function<void(const LambdaClient*, const Model::AddPermissionRequest&, const Model::AddPermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::AddPermissionResponseReceivedHandler |
Definition at line 162 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::CreateAliasRequest&, const Model::CreateAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::CreateAliasResponseReceivedHandler |
Definition at line 165 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::CreateEventSourceMappingRequest&, const Model::CreateEventSourceMappingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::CreateEventSourceMappingResponseReceivedHandler |
Definition at line 166 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::CreateFunctionRequest&, const Model::CreateFunctionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::CreateFunctionResponseReceivedHandler |
Definition at line 167 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::DeleteAliasRequest&, const Model::DeleteAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::DeleteAliasResponseReceivedHandler |
Definition at line 168 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::DeleteEventSourceMappingRequest&, const Model::DeleteEventSourceMappingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::DeleteEventSourceMappingResponseReceivedHandler |
Definition at line 169 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::DeleteFunctionRequest&, const Model::DeleteFunctionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::DeleteFunctionResponseReceivedHandler |
Definition at line 170 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::GetAliasRequest&, const Model::GetAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::GetAliasResponseReceivedHandler |
Definition at line 171 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::GetEventSourceMappingRequest&, const Model::GetEventSourceMappingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::GetEventSourceMappingResponseReceivedHandler |
Definition at line 172 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::GetFunctionConfigurationRequest&, const Model::GetFunctionConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::GetFunctionConfigurationResponseReceivedHandler |
Definition at line 174 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::GetFunctionRequest&, const Model::GetFunctionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::GetFunctionResponseReceivedHandler |
Definition at line 173 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::GetPolicyRequest&, const Model::GetPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::GetPolicyResponseReceivedHandler |
Definition at line 175 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::InvokeRequest&, const Model::InvokeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::InvokeResponseReceivedHandler |
Definition at line 176 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::ListAliasesRequest&, const Model::ListAliasesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::ListAliasesResponseReceivedHandler |
Definition at line 177 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::ListEventSourceMappingsRequest&, const Model::ListEventSourceMappingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::ListEventSourceMappingsResponseReceivedHandler |
Definition at line 178 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::ListFunctionsRequest&, const Model::ListFunctionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::ListFunctionsResponseReceivedHandler |
Definition at line 179 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::ListVersionsByFunctionRequest&, const Model::ListVersionsByFunctionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::ListVersionsByFunctionResponseReceivedHandler |
Definition at line 180 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::PublishVersionRequest&, const Model::PublishVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::PublishVersionResponseReceivedHandler |
Definition at line 181 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::RemovePermissionRequest&, const Model::RemovePermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::RemovePermissionResponseReceivedHandler |
Definition at line 182 of file LambdaClient.h.
Definition at line 46 of file LambdaRequest.h.
typedef std::function<void(const LambdaClient*, const Model::UpdateAliasRequest&, const Model::UpdateAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::UpdateAliasResponseReceivedHandler |
Definition at line 183 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::UpdateEventSourceMappingRequest&, const Model::UpdateEventSourceMappingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::UpdateEventSourceMappingResponseReceivedHandler |
Definition at line 184 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::UpdateFunctionCodeRequest&, const Model::UpdateFunctionCodeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::UpdateFunctionCodeResponseReceivedHandler |
Definition at line 185 of file LambdaClient.h.
typedef std::function<void(const LambdaClient*, const Model::UpdateFunctionConfigurationRequest&, const Model::UpdateFunctionConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Lambda::UpdateFunctionConfigurationResponseReceivedHandler |
Definition at line 186 of file LambdaClient.h.