ClientEndpointDiscovery

aws.api.ClientEndpointDiscovery
See theClientEndpointDiscovery companion object
case class ClientEndpointDiscovery(operation: String, error: Option[String])

Configures endpoint discovery for the service.

Attributes

error

Indicates the error that tells clients that the endpoint they are using is no longer valid. This error MUST be bound to any operation bound to the service which is marked with the aws.api#clientDiscoveredEndpoint trait.

operation

Indicates the operation that clients should use to discover endpoints for the service.

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