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

io.atlassian.aws.dynamodb.DynamoDBStreamsClient.scala Maven / Gradle / Ivy

The newest version!
package io.atlassian.aws.dynamodb

import com.amazonaws.ClientConfiguration
import com.amazonaws.auth.AWSCredentialsProvider
import com.amazonaws.metrics.RequestMetricCollector
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClient
import io.atlassian.aws.AmazonClientBase

object DynamoDBStreamsClient extends AmazonClientBase[AmazonDynamoDBStreamsClient] {
  def constructor(a: AWSCredentialsProvider, b: ClientConfiguration, c: RequestMetricCollector) =
    new AmazonDynamoDBStreamsClient(a, b, c)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy