/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Route53Resolver { namespace Model { enum class ResolverQueryLogConfigStatus { NOT_SET, CREATING, CREATED, DELETING, FAILED }; namespace ResolverQueryLogConfigStatusMapper { AWS_ROUTE53RESOLVER_API ResolverQueryLogConfigStatus GetResolverQueryLogConfigStatusForName(const Aws::String& name); AWS_ROUTE53RESOLVER_API Aws::String GetNameForResolverQueryLogConfigStatus(ResolverQueryLogConfigStatus value); } // namespace ResolverQueryLogConfigStatusMapper } // namespace Model } // namespace Route53Resolver } // namespace Aws