AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-synthetics
include
aws
synthetics
model
CanaryRunTestResult.h
1
6
#pragma once
7
#include <aws/synthetics/Synthetics_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Synthetics
13
{
14
namespace
Model
15
{
16
enum class
CanaryRunTestResult
17
{
18
NOT_SET
,
19
PASSED
,
20
FAILED
,
21
UNKNOWN
22
};
23
24
namespace
CanaryRunTestResultMapper
25
{
26
AWS_SYNTHETICS_API
CanaryRunTestResult
GetCanaryRunTestResultForName
(
const
Aws::String
& name);
27
28
AWS_SYNTHETICS_API
Aws::String
GetNameForCanaryRunTestResult
(
CanaryRunTestResult
value);
29
}
// namespace CanaryRunTestResultMapper
30
}
// namespace Model
31
}
// namespace Synthetics
32
}
// namespace Aws
Aws::Synthetics::Model::CanaryRunTestResultMapper::GetNameForCanaryRunTestResult
AWS_SYNTHETICS_API Aws::String GetNameForCanaryRunTestResult(CanaryRunTestResult value)
Aws::Synthetics::Model::CanaryRunTestResultMapper::GetCanaryRunTestResultForName
AWS_SYNTHETICS_API CanaryRunTestResult GetCanaryRunTestResultForName(const Aws::String &name)
Aws::Synthetics::Model::CanaryRunState::NOT_SET
@ NOT_SET
Aws::Synthetics::Model::CanaryRunState::PASSED
@ PASSED
Aws::Synthetics::Model::CanaryRunState::FAILED
@ FAILED
Aws::Synthetics::Model::CanaryRunTestResult
CanaryRunTestResult
Definition
CanaryRunTestResult.h:17
Aws::Synthetics::Model::CanaryRunTestResult::UNKNOWN
@ UNKNOWN
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