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-dax/include/aws/dax/model/SSEStatus.h

34 lines
618 B
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/dax/DAX_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace DAX
{
namespace Model
{
enum class SSEStatus
{
NOT_SET,
ENABLING,
ENABLED,
DISABLING,
DISABLED
};
namespace SSEStatusMapper
{
AWS_DAX_API SSEStatus GetSSEStatusForName(const Aws::String& name);
AWS_DAX_API Aws::String GetNameForSSEStatus(SSEStatus value);
} // namespace SSEStatusMapper
} // namespace Model
} // namespace DAX
} // namespace Aws