AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
AutomationExecutionStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
9
10namespace Aws {
11namespace SSM {
12namespace Model {
14 NOT_SET,
15 Pending,
17 Waiting,
18 Success,
22 Failed,
33 Exited
34};
35
36namespace AutomationExecutionStatusMapper {
38
40} // namespace AutomationExecutionStatusMapper
41} // namespace Model
42} // namespace SSM
43} // namespace Aws
AWS_SSM_API Aws::String GetNameForAutomationExecutionStatus(AutomationExecutionStatus value)
AWS_SSM_API AutomationExecutionStatus GetAutomationExecutionStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String