ClientDiscoveredEndpoint

aws.api.ClientDiscoveredEndpoint
See theClientDiscoveredEndpoint companion object
final case class ClientDiscoveredEndpoint(required: Boolean)

Indicates that the target operation should use the client's endpoint discovery logic.

Value parameters

required

This field denotes whether or not this operation requires the use of a specific endpoint. If this field is false, the standard regional endpoint for a service can handle this request. The client will start sending requests to the standard regional endpoint while working to discover a more specific endpoint.

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