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-ivs
include
aws
ivs
model
RecordingConfigurationState.h
1
6
#pragma once
7
#include <aws/ivs/IVS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IVS
13
{
14
namespace
Model
15
{
16
enum class
RecordingConfigurationState
17
{
18
NOT_SET
,
19
CREATING
,
20
CREATE_FAILED
,
21
ACTIVE
22
};
23
24
namespace
RecordingConfigurationStateMapper
25
{
26
AWS_IVS_API
RecordingConfigurationState
GetRecordingConfigurationStateForName
(
const
Aws::String
& name);
27
28
AWS_IVS_API
Aws::String
GetNameForRecordingConfigurationState
(
RecordingConfigurationState
value);
29
}
// namespace RecordingConfigurationStateMapper
30
}
// namespace Model
31
}
// namespace IVS
32
}
// namespace Aws
Aws::IVS::Model::RecordingConfigurationStateMapper::GetNameForRecordingConfigurationState
AWS_IVS_API Aws::String GetNameForRecordingConfigurationState(RecordingConfigurationState value)
Aws::IVS::Model::RecordingConfigurationStateMapper::GetRecordingConfigurationStateForName
AWS_IVS_API RecordingConfigurationState GetRecordingConfigurationStateForName(const Aws::String &name)
Aws::IVS::Model::ChannelLatencyMode::NOT_SET
@ NOT_SET
Aws::IVS::Model::RecordingConfigurationState
RecordingConfigurationState
Definition
RecordingConfigurationState.h:17
Aws::IVS::Model::RecordingConfigurationState::ACTIVE
@ ACTIVE
Aws::IVS::Model::RecordingConfigurationState::CREATING
@ CREATING
Aws::IVS::Model::RecordingConfigurationState::CREATE_FAILED
@ CREATE_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