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-elasticache
include
aws
elasticache
model
ServiceUpdateSeverity.h
1
6
#pragma once
7
#include <aws/elasticache/ElastiCache_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ElastiCache
13
{
14
namespace
Model
15
{
16
enum class
ServiceUpdateSeverity
17
{
18
NOT_SET
,
19
critical
,
20
important
,
21
medium
,
22
low
23
};
24
25
namespace
ServiceUpdateSeverityMapper
26
{
27
AWS_ELASTICACHE_API
ServiceUpdateSeverity
GetServiceUpdateSeverityForName
(
const
Aws::String
& name);
28
29
AWS_ELASTICACHE_API
Aws::String
GetNameForServiceUpdateSeverity
(
ServiceUpdateSeverity
value);
30
}
// namespace ServiceUpdateSeverityMapper
31
}
// namespace Model
32
}
// namespace ElastiCache
33
}
// namespace Aws
Aws::ElastiCache::Model::ServiceUpdateSeverityMapper::GetNameForServiceUpdateSeverity
AWS_ELASTICACHE_API Aws::String GetNameForServiceUpdateSeverity(ServiceUpdateSeverity value)
Aws::ElastiCache::Model::ServiceUpdateSeverityMapper::GetServiceUpdateSeverityForName
AWS_ELASTICACHE_API ServiceUpdateSeverity GetServiceUpdateSeverityForName(const Aws::String &name)
Aws::ElastiCache::Model::AuthenticationType::NOT_SET
@ NOT_SET
Aws::ElastiCache::Model::ServiceUpdateSeverity
ServiceUpdateSeverity
Definition
ServiceUpdateSeverity.h:17
Aws::ElastiCache::Model::ServiceUpdateSeverity::medium
@ medium
Aws::ElastiCache::Model::ServiceUpdateSeverity::important
@ important
Aws::ElastiCache::Model::ServiceUpdateSeverity::low
@ low
Aws::ElastiCache::Model::ServiceUpdateSeverity::critical
@ critical
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