AWS SDK for C++
AWS SDK for C++ Version 1.11.716
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/synthetics/Synthetics_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Synthetics {
12
namespace
Model {
13
enum class
CanaryRunTestResult
{
NOT_SET
,
PASSED
,
FAILED
,
UNKNOWN
};
14
15
namespace
CanaryRunTestResultMapper {
16
AWS_SYNTHETICS_API
CanaryRunTestResult
GetCanaryRunTestResultForName
(
const
Aws::String
& name);
17
18
AWS_SYNTHETICS_API
Aws::String
GetNameForCanaryRunTestResult
(
CanaryRunTestResult
value);
19
}
// namespace CanaryRunTestResultMapper
20
}
// namespace Model
21
}
// namespace Synthetics
22
}
// 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::PASSED
@ PASSED
Aws::Synthetics::Model::CanaryRunState::FAILED
@ FAILED
Aws::Synthetics::Model::CanaryRunTestResult
CanaryRunTestResult
Definition
CanaryRunTestResult.h:13
Aws::Synthetics::Model::CanaryRunTestResult::UNKNOWN
@ UNKNOWN
Aws::Synthetics::Model::BrowserType::NOT_SET
@ NOT_SET
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