AWS SDK for C++

AWS SDK for C++ Version 1.11.747

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,
27};
28
29namespace RuntimeEnvironmentMapper {
30AWS_KINESISANALYTICSV2_API RuntimeEnvironment GetRuntimeEnvironmentForName(const Aws::String& name);
31
33} // namespace RuntimeEnvironmentMapper
34} // namespace Model
35} // namespace KinesisAnalyticsV2
36} // 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