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-ssm
include
aws
ssm
model
OpsItemStatus.h
1
6
#pragma once
7
#include <aws/ssm/SSM_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SSM
13
{
14
namespace
Model
15
{
16
enum class
OpsItemStatus
17
{
18
NOT_SET
,
19
Open
,
20
InProgress
,
21
Resolved
,
22
Pending
,
23
TimedOut
,
24
Cancelling
,
25
Cancelled
,
26
Failed
,
27
CompletedWithSuccess
,
28
CompletedWithFailure
,
29
Scheduled
,
30
RunbookInProgress
,
31
PendingChangeCalendarOverride
,
32
ChangeCalendarOverrideApproved
,
33
ChangeCalendarOverrideRejected
,
34
PendingApproval
,
35
Approved
,
36
Rejected
,
37
Closed
38
};
39
40
namespace
OpsItemStatusMapper
41
{
42
AWS_SSM_API
OpsItemStatus
GetOpsItemStatusForName
(
const
Aws::String
& name);
43
44
AWS_SSM_API
Aws::String
GetNameForOpsItemStatus
(
OpsItemStatus
value);
45
}
// namespace OpsItemStatusMapper
46
}
// namespace Model
47
}
// namespace SSM
48
}
// namespace Aws
Aws::SSM::Model::OpsItemStatusMapper::GetOpsItemStatusForName
AWS_SSM_API OpsItemStatus GetOpsItemStatusForName(const Aws::String &name)
Aws::SSM::Model::OpsItemStatusMapper::GetNameForOpsItemStatus
AWS_SSM_API Aws::String GetNameForOpsItemStatus(OpsItemStatus value)
Aws::SSM::Model::OpsItemStatus
OpsItemStatus
Definition
OpsItemStatus.h:17
Aws::SSM::Model::OpsItemStatus::Closed
@ Closed
Aws::SSM::Model::OpsItemStatus::Open
@ Open
Aws::SSM::Model::OpsItemStatus::Resolved
@ Resolved
Aws::SSM::Model::AssociationStatusName::Pending
@ Pending
Aws::SSM::Model::AssociationStatusName::Failed
@ Failed
Aws::SSM::Model::AssociationComplianceSeverity::NOT_SET
@ NOT_SET
Aws::SSM::Model::AutomationExecutionStatus::InProgress
@ InProgress
Aws::SSM::Model::AutomationExecutionStatus::Scheduled
@ Scheduled
Aws::SSM::Model::AutomationExecutionStatus::ChangeCalendarOverrideRejected
@ ChangeCalendarOverrideRejected
Aws::SSM::Model::AutomationExecutionStatus::CompletedWithSuccess
@ CompletedWithSuccess
Aws::SSM::Model::AutomationExecutionStatus::Cancelling
@ Cancelling
Aws::SSM::Model::AutomationExecutionStatus::Approved
@ Approved
Aws::SSM::Model::AutomationExecutionStatus::ChangeCalendarOverrideApproved
@ ChangeCalendarOverrideApproved
Aws::SSM::Model::AutomationExecutionStatus::TimedOut
@ TimedOut
Aws::SSM::Model::AutomationExecutionStatus::RunbookInProgress
@ RunbookInProgress
Aws::SSM::Model::AutomationExecutionStatus::PendingApproval
@ PendingApproval
Aws::SSM::Model::AutomationExecutionStatus::Cancelled
@ Cancelled
Aws::SSM::Model::AutomationExecutionStatus::PendingChangeCalendarOverride
@ PendingChangeCalendarOverride
Aws::SSM::Model::AutomationExecutionStatus::CompletedWithFailure
@ CompletedWithFailure
Aws::SSM::Model::AutomationExecutionStatus::Rejected
@ Rejected
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