Models

fs2.aws.s3.models.Models
object Models

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Models.type

Members list

Type members

Classlikes

final case class BucketName(value: NonEmptyString)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FileKey(value: NonEmptyString)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PartSizeMB extends Numeric[PartSizeMB, Int]

Attributes

Supertypes
class Numeric[PartSizeMB, Int]
class RefinedTypeOps[PartSizeMB, Int]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
PartSizeMB.type

Types

type ETag = String
type PartSizeMB = Refined[Int, GreaterEqual[5]]
type UploadEmptyFiles = Boolean