All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.vigoo.zioaws.route53resolver.model.ResolverQueryLogConfigAssociationError.scala Maven / Gradle / Ivy

package io.github.vigoo.zioaws.route53resolver.model
import scala.jdk.CollectionConverters._
sealed trait ResolverQueryLogConfigAssociationError {
  def unwrap: software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError
}
object ResolverQueryLogConfigAssociationError {
  def wrap(
      value: software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError
  ): io.github.vigoo.zioaws.route53resolver.model.ResolverQueryLogConfigAssociationError =
    value match {
      case software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.UNKNOWN_TO_SDK_VERSION =>
        val r = unknownToSdkVersion
        r
      case software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.NONE =>
        val r = NONE
        r
      case software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.DESTINATION_NOT_FOUND =>
        val r = DESTINATION_NOT_FOUND
        r
      case software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.ACCESS_DENIED =>
        val r = ACCESS_DENIED
        r
      case software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.INTERNAL_SERVICE_ERROR =>
        val r = INTERNAL_SERVICE_ERROR
        r
    }
  case object unknownToSdkVersion
      extends io.github.vigoo.zioaws.route53resolver.model.ResolverQueryLogConfigAssociationError {
    override def unwrap
        : software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError =
      software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.UNKNOWN_TO_SDK_VERSION
  }
  case object NONE
      extends io.github.vigoo.zioaws.route53resolver.model.ResolverQueryLogConfigAssociationError {
    override def unwrap
        : software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError =
      software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.NONE
  }
  case object DESTINATION_NOT_FOUND
      extends io.github.vigoo.zioaws.route53resolver.model.ResolverQueryLogConfigAssociationError {
    override def unwrap
        : software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError =
      software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.DESTINATION_NOT_FOUND
  }
  case object ACCESS_DENIED
      extends io.github.vigoo.zioaws.route53resolver.model.ResolverQueryLogConfigAssociationError {
    override def unwrap
        : software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError =
      software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.ACCESS_DENIED
  }
  case object INTERNAL_SERVICE_ERROR
      extends io.github.vigoo.zioaws.route53resolver.model.ResolverQueryLogConfigAssociationError {
    override def unwrap
        : software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError =
      software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociationError.INTERNAL_SERVICE_ERROR
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy