AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
UpdateProgress.h
Go to the documentation of this file.
1
6#pragma once
9
10namespace Aws
11{
12namespace Panorama
13{
14namespace Model
15{
16 enum class UpdateProgress
17 {
18 NOT_SET,
19 PENDING,
25 FAILED
26 };
27
28namespace UpdateProgressMapper
29{
31
33} // namespace UpdateProgressMapper
34} // namespace Model
35} // namespace Panorama
36} // namespace Aws
#define AWS_PANORAMA_API
AWS_PANORAMA_API UpdateProgress GetUpdateProgressForName(const Aws::String &name)
AWS_PANORAMA_API Aws::String GetNameForUpdateProgress(UpdateProgress value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String