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-sms/include/aws/sms/model/ReplicationJobState.h

38 lines
747 B
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/sms/SMS_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace SMS
{
namespace Model
{
enum class ReplicationJobState
{
NOT_SET,
PENDING,
ACTIVE,
FAILED,
DELETING,
DELETED,
COMPLETED,
PAUSED_ON_FAILURE,
FAILING
};
namespace ReplicationJobStateMapper
{
AWS_SMS_API ReplicationJobState GetReplicationJobStateForName(const Aws::String& name);
AWS_SMS_API Aws::String GetNameForReplicationJobState(ReplicationJobState value);
} // namespace ReplicationJobStateMapper
} // namespace Model
} // namespace SMS
} // namespace Aws