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

org.elasticmq.rest.sqs.AddPermissionDirectives.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.AddPermission
import org.elasticmq.rest.sqs.directives.ElasticMQDirectives
import org.elasticmq.rest.sqs.model.RequestPayload

trait AddPermissionDirectives { this: ElasticMQDirectives with QueueURLModule with ResponseMarshaller =>
  def addPermission(p: RequestPayload)(implicit marshallerDependencies: MarshallerDependencies) = {
    p.action(AddPermission) {
      emptyResponse("AddPermissionResponse")
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy