AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
Runtime.h File Reference
#include <aws/lambda/Lambda_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Lambda
 
 Aws::Lambda::Model
 
 Aws::Lambda::Model::RuntimeMapper
 

Enumerations

enum  Aws::Lambda::Model::Runtime {
  Aws::Lambda::Model::Runtime::NOT_SET, Aws::Lambda::Model::Runtime::nodejs, Aws::Lambda::Model::Runtime::nodejs4_3, Aws::Lambda::Model::Runtime::java8,
  Aws::Lambda::Model::Runtime::python2_7
}
 

Functions

AWS_LAMBDA_API Runtime Aws::Lambda::Model::RuntimeMapper::GetRuntimeForName (const Aws::String &name)
 
AWS_LAMBDA_API Aws::String Aws::Lambda::Model::RuntimeMapper::GetNameForRuntime (Runtime value)