AWS SDK for C++

AWS SDK for C++ Version 1.11.684

Loading...
Searching...
No Matches
ProjectVersionStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9
10namespace Aws {
11namespace Rekognition {
12namespace Model {
14 NOT_SET,
19 RUNNING,
20 FAILED,
22 STOPPED,
29};
30
31namespace ProjectVersionStatusMapper {
33
35} // namespace ProjectVersionStatusMapper
36} // namespace Model
37} // namespace Rekognition
38} // namespace Aws
AWS_REKOGNITION_API ProjectVersionStatus GetProjectVersionStatusForName(const Aws::String &name)
AWS_REKOGNITION_API Aws::String GetNameForProjectVersionStatus(ProjectVersionStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String