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-snowball/include/aws/snowball/model/ClusterState.h

35 lines
686 B
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/snowball/Snowball_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace Snowball
{
namespace Model
{
enum class ClusterState
{
NOT_SET,
AwaitingQuorum,
Pending,
InUse,
Complete,
Cancelled
};
namespace ClusterStateMapper
{
AWS_SNOWBALL_API ClusterState GetClusterStateForName(const Aws::String& name);
AWS_SNOWBALL_API Aws::String GetNameForClusterState(ClusterState value);
} // namespace ClusterStateMapper
} // namespace Model
} // namespace Snowball
} // namespace Aws