AWS SDK for C++

AWS SDK for C++ Version 1.11.867

Loading...
Searching...
No Matches
RuntimeEnvironment.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9
10namespace Aws {
11namespace KinesisAnalyticsV2 {
12namespace Model {
14 NOT_SET,
15 SQL_1_0,
29};
30
31namespace RuntimeEnvironmentMapper {
32AWS_KINESISANALYTICSV2_API RuntimeEnvironment GetRuntimeEnvironmentForName(const Aws::String& name);
33
35} // namespace RuntimeEnvironmentMapper
36} // namespace Model
37} // namespace KinesisAnalyticsV2
38} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::String GetNameForRuntimeEnvironment(RuntimeEnvironment value)
AWS_KINESISANALYTICSV2_API RuntimeEnvironment GetRuntimeEnvironmentForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String