Deprecated

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

Marks a shape or member as deprecated.

Value parameters

message

The reason for deprecation.

since

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

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product