AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RuntimeEnvironment.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace KinesisAnalyticsV2
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 SQL_1_0,
31 };
32
33namespace RuntimeEnvironmentMapper
34{
35AWS_KINESISANALYTICSV2_API RuntimeEnvironment GetRuntimeEnvironmentForName(const Aws::String& name);
36
38} // namespace RuntimeEnvironmentMapper
39} // namespace Model
40} // namespace KinesisAnalyticsV2
41} // 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