This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-qldb/include/aws/qldb/model/LedgerState.h

34 lines
635 B
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/qldb/QLDB_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace QLDB
{
namespace Model
{
enum class LedgerState
{
NOT_SET,
CREATING,
ACTIVE,
DELETING,
DELETED
};
namespace LedgerStateMapper
{
AWS_QLDB_API LedgerState GetLedgerStateForName(const Aws::String& name);
AWS_QLDB_API Aws::String GetNameForLedgerState(LedgerState value);
} // namespace LedgerStateMapper
} // namespace Model
} // namespace QLDB
} // namespace Aws