Deprecated

smithy.api.Deprecated
See theDeprecated companion object
case class Deprecated(message: Option[String], since: Option[String])

Marks a shape or member as deprecated.

Attributes

message

The reason for deprecation.

since

A description of when the shape was deprecated (e.g., a date or version).

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product