AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
ServiceNamespace.h
1
6#pragma once
7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace ApplicationAutoScaling {
12namespace Model {
13enum class ServiceNamespace {
14 NOT_SET,
15 ecs,
17 ec2,
20 rds,
24 lambda,
26 kafka,
28 neptune,
30};
31
32namespace ServiceNamespaceMapper {
33AWS_APPLICATIONAUTOSCALING_API ServiceNamespace GetServiceNamespaceForName(const Aws::String& name);
34
35AWS_APPLICATIONAUTOSCALING_API Aws::String GetNameForServiceNamespace(ServiceNamespace value);
36} // namespace ServiceNamespaceMapper
37} // namespace Model
38} // namespace ApplicationAutoScaling
39} // namespace Aws
AWS_APPLICATIONAUTOSCALING_API ServiceNamespace GetServiceNamespaceForName(const Aws::String &name)
AWS_APPLICATIONAUTOSCALING_API Aws::String GetNameForServiceNamespace(ServiceNamespace value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String