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-fms/include/aws/fms/model/DependentServiceName.h

34 lines
702 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/fms/FMS_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace FMS
{
namespace Model
{
enum class DependentServiceName
{
NOT_SET,
AWSCONFIG,
AWSWAF,
AWSSHIELD_ADVANCED,
AWSVPC
};
namespace DependentServiceNameMapper
{
AWS_FMS_API DependentServiceName GetDependentServiceNameForName(const Aws::String& name);
AWS_FMS_API Aws::String GetNameForDependentServiceName(DependentServiceName value);
} // namespace DependentServiceNameMapper
} // namespace Model
} // namespace FMS
} // namespace Aws