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
PatchComplianceDataState.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
PatchComplianceDataState
17
{
18
NOT_SET
,
19
INSTALLED
,
20
INSTALLED_OTHER
,
21
INSTALLED_PENDING_REBOOT
,
22
INSTALLED_REJECTED
,
23
MISSING
,
24
NOT_APPLICABLE
,
25
FAILED
26
};
27
28
namespace
PatchComplianceDataStateMapper
29
{
30
AWS_SSM_API
PatchComplianceDataState
GetPatchComplianceDataStateForName
(
const
Aws::String
& name);
31
32
AWS_SSM_API
Aws::String
GetNameForPatchComplianceDataState
(
PatchComplianceDataState
value);
33
}
// namespace PatchComplianceDataStateMapper
34
}
// namespace Model
35
}
// namespace SSM
36
}
// namespace Aws
Aws::SSM::Model::PatchComplianceDataStateMapper::GetPatchComplianceDataStateForName
AWS_SSM_API PatchComplianceDataState GetPatchComplianceDataStateForName(const Aws::String &name)
Aws::SSM::Model::PatchComplianceDataStateMapper::GetNameForPatchComplianceDataState
AWS_SSM_API Aws::String GetNameForPatchComplianceDataState(PatchComplianceDataState value)
Aws::SSM::Model::AssociationComplianceSeverity::NOT_SET
@ NOT_SET
Aws::SSM::Model::PatchComplianceDataState
PatchComplianceDataState
Definition
PatchComplianceDataState.h:17
Aws::SSM::Model::PatchComplianceDataState::MISSING
@ MISSING
Aws::SSM::Model::PatchComplianceDataState::INSTALLED
@ INSTALLED
Aws::SSM::Model::PatchComplianceDataState::INSTALLED_OTHER
@ INSTALLED_OTHER
Aws::SSM::Model::PatchComplianceDataState::INSTALLED_REJECTED
@ INSTALLED_REJECTED
Aws::SSM::Model::PatchComplianceDataState::INSTALLED_PENDING_REBOOT
@ INSTALLED_PENDING_REBOOT
Aws::SSM::Model::PatchComplianceDataState::NOT_APPLICABLE
@ NOT_APPLICABLE
Aws::SSM::Model::MaintenanceWindowExecutionStatus::FAILED
@ FAILED
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