/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace CloudWatchLogs { namespace Model { enum class AnomalyDetectorStatus { NOT_SET, INITIALIZING, TRAINING, ANALYZING, FAILED, DELETED, PAUSED }; namespace AnomalyDetectorStatusMapper { AWS_CLOUDWATCHLOGS_API AnomalyDetectorStatus GetAnomalyDetectorStatusForName(const Aws::String& name); AWS_CLOUDWATCHLOGS_API Aws::String GetNameForAnomalyDetectorStatus(AnomalyDetectorStatus value); } // namespace AnomalyDetectorStatusMapper } // namespace Model } // namespace CloudWatchLogs } // namespace Aws