AWS SDK for C++

AWS SDK for C++ Version 1.11.610

Loading...
Searching...
No Matches
DocumentStatus.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace BedrockAgent
13{
14namespace Model
15{
16 enum class DocumentStatus
17 {
18 NOT_SET,
19 INDEXED,
21 PENDING,
22 FAILED,
25 IGNORED,
31 };
32
33namespace DocumentStatusMapper
34{
35AWS_BEDROCKAGENT_API DocumentStatus GetDocumentStatusForName(const Aws::String& name);
36
38} // namespace DocumentStatusMapper
39} // namespace Model
40} // namespace BedrockAgent
41} // namespace Aws
AWS_BEDROCKAGENT_API DocumentStatus GetDocumentStatusForName(const Aws::String &name)
AWS_BEDROCKAGENT_API Aws::String GetNameForDocumentStatus(DocumentStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String