/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace CloudFormation { namespace Model { enum class StackSetDriftDetectionStatus { NOT_SET, COMPLETED, FAILED, PARTIAL_SUCCESS, IN_PROGRESS, STOPPED }; namespace StackSetDriftDetectionStatusMapper { AWS_CLOUDFORMATION_API StackSetDriftDetectionStatus GetStackSetDriftDetectionStatusForName(const Aws::String& name); AWS_CLOUDFORMATION_API Aws::String GetNameForStackSetDriftDetectionStatus(StackSetDriftDetectionStatus value); } // namespace StackSetDriftDetectionStatusMapper } // namespace Model } // namespace CloudFormation } // namespace Aws