AWS SDK for C++

AWS SDK for C++ Version 1.11.745

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 {
11namespace BedrockAgent {
12namespace Model {
13enum class DocumentStatus {
14 NOT_SET,
15 INDEXED,
17 PENDING,
18 FAILED,
21 IGNORED,
27};
28
29namespace DocumentStatusMapper {
31
33} // namespace DocumentStatusMapper
34} // namespace Model
35} // namespace BedrockAgent
36} // namespace Aws
AWS_BEDROCKAGENT_API DocumentStatus GetDocumentStatusForName(const Aws::String &name)
AWS_BEDROCKAGENT_API Aws::String GetNameForDocumentStatus(DocumentStatus value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String