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-states/include/aws/states/model/StateMachineStatus.h

32 lines
654 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/states/SFN_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace SFN
{
namespace Model
{
enum class StateMachineStatus
{
NOT_SET,
ACTIVE,
DELETING
};
namespace StateMachineStatusMapper
{
AWS_SFN_API StateMachineStatus GetStateMachineStatusForName(const Aws::String& name);
AWS_SFN_API Aws::String GetNameForStateMachineStatus(StateMachineStatus value);
} // namespace StateMachineStatusMapper
} // namespace Model
} // namespace SFN
} // namespace Aws