/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace AutoScaling { namespace Model { enum class RefreshStrategy { NOT_SET, Rolling }; namespace RefreshStrategyMapper { AWS_AUTOSCALING_API RefreshStrategy GetRefreshStrategyForName(const Aws::String& name); AWS_AUTOSCALING_API Aws::String GetNameForRefreshStrategy(RefreshStrategy value); } // namespace RefreshStrategyMapper } // namespace Model } // namespace AutoScaling } // namespace Aws