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-xray/include/aws/xray/model/EncryptionStatus.h

32 lines
643 B
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/xray/XRay_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace XRay
{
namespace Model
{
enum class EncryptionStatus
{
NOT_SET,
UPDATING,
ACTIVE
};
namespace EncryptionStatusMapper
{
AWS_XRAY_API EncryptionStatus GetEncryptionStatusForName(const Aws::String& name);
AWS_XRAY_API Aws::String GetNameForEncryptionStatus(EncryptionStatus value);
} // namespace EncryptionStatusMapper
} // namespace Model
} // namespace XRay
} // namespace Aws