/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace QuickSight { namespace Model { enum class VPCConnectionResourceStatus { NOT_SET, CREATION_IN_PROGRESS, CREATION_SUCCESSFUL, CREATION_FAILED, UPDATE_IN_PROGRESS, UPDATE_SUCCESSFUL, UPDATE_FAILED, DELETION_IN_PROGRESS, DELETION_FAILED, DELETED }; namespace VPCConnectionResourceStatusMapper { AWS_QUICKSIGHT_API VPCConnectionResourceStatus GetVPCConnectionResourceStatusForName(const Aws::String& name); AWS_QUICKSIGHT_API Aws::String GetNameForVPCConnectionResourceStatus(VPCConnectionResourceStatus value); } // namespace VPCConnectionResourceStatusMapper } // namespace Model } // namespace QuickSight } // namespace Aws