ClientEndpointDiscovery

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

Configures endpoint discovery for the service.

Value parameters

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.

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product