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

org.elasticmq.rest.sqs.RemovePermissionDirectives.scala Maven / Gradle / Ivy

There is a newer version: 1.6.11
Show newest version
package org.elasticmq.rest.sqs

import org.elasticmq.rest.sqs.Action.RemovePermission
import org.elasticmq.rest.sqs.directives.ElasticMQDirectives
import org.elasticmq.rest.sqs.model.RequestPayload

trait RemovePermissionDirectives { this: ElasticMQDirectives with QueueURLModule with ResponseMarshaller =>
  def removePermission(p: RequestPayload)(implicit marshallerDependencies: MarshallerDependencies) = {
    p.action(RemovePermission) {
      emptyResponse("RemovePermissionResponse")
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy