Files
DedicatedServerCourse/Plugins/GameLiftPlugin/Source/AWSSDK/Include/aws/lambda/model/SnapStartApplyOn.h
2026-02-28 12:32:28 -05:00

32 lines
662 B
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/lambda/Lambda_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace Lambda
{
namespace Model
{
enum class SnapStartApplyOn
{
NOT_SET,
PublishedVersions,
None
};
namespace SnapStartApplyOnMapper
{
AWS_LAMBDA_API SnapStartApplyOn GetSnapStartApplyOnForName(const Aws::String& name);
AWS_LAMBDA_API Aws::String GetNameForSnapStartApplyOn(SnapStartApplyOn value);
} // namespace SnapStartApplyOnMapper
} // namespace Model
} // namespace Lambda
} // namespace Aws