AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-elasticbeanstalk
include
aws
elasticbeanstalk
model
EventSeverity.h
1
6
#pragma once
7
#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ElasticBeanstalk
13
{
14
namespace
Model
15
{
16
enum class
EventSeverity
17
{
18
NOT_SET
,
19
TRACE
,
20
DEBUG_
,
21
INFO
,
22
WARN
,
23
ERROR_
,
24
FATAL
25
};
26
27
namespace
EventSeverityMapper
28
{
29
AWS_ELASTICBEANSTALK_API
EventSeverity
GetEventSeverityForName
(
const
Aws::String
& name);
30
31
AWS_ELASTICBEANSTALK_API
Aws::String
GetNameForEventSeverity
(
EventSeverity
value);
32
}
// namespace EventSeverityMapper
33
}
// namespace Model
34
}
// namespace ElasticBeanstalk
35
}
// namespace Aws
Aws::ElasticBeanstalk::Model::EventSeverityMapper::GetEventSeverityForName
AWS_ELASTICBEANSTALK_API EventSeverity GetEventSeverityForName(const Aws::String &name)
Aws::ElasticBeanstalk::Model::EventSeverityMapper::GetNameForEventSeverity
AWS_ELASTICBEANSTALK_API Aws::String GetNameForEventSeverity(EventSeverity value)
Aws::ElasticBeanstalk::Model::ActionHistoryStatus::NOT_SET
@ NOT_SET
Aws::ElasticBeanstalk::Model::EventSeverity
EventSeverity
Definition
EventSeverity.h:17
Aws::ElasticBeanstalk::Model::EventSeverity::ERROR_
@ ERROR_
Aws::ElasticBeanstalk::Model::EventSeverity::FATAL
@ FATAL
Aws::ElasticBeanstalk::Model::EventSeverity::TRACE
@ TRACE
Aws::ElasticBeanstalk::Model::EventSeverity::WARN
@ WARN
Aws::ElasticBeanstalk::Model::EventSeverity::INFO
@ INFO
Aws::ElasticBeanstalk::Model::EventSeverity::DEBUG_
@ DEBUG_
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences