type github.com/aws/aws-sdk-go-v2/aws.Ternary
26 uses
github.com/aws/aws-sdk-go-v2/aws (current package)
types.go#L9: type Ternary int
types.go#L11: func (t Ternary) String() string {
types.go#L25: func (t Ternary) Bool() bool {
types.go#L31: UnknownTernary Ternary = iota
types.go#L37: func BoolTernary(v bool) Ternary {
github.com/aws/aws-sdk-go-v2/aws/retry
retryable_error.go#L15: IsErrorRetryable(error) aws.Ternary
retryable_error.go#L25: func (r IsErrorRetryables) IsErrorRetryable(err error) aws.Ternary {
retryable_error.go#L35: type IsErrorRetryableFunc func(error) aws.Ternary
retryable_error.go#L38: func (fn IsErrorRetryableFunc) IsErrorRetryable(err error) aws.Ternary {
retryable_error.go#L49: func (RetryableError) IsErrorRetryable(err error) aws.Ternary {
retryable_error.go#L65: func (NoRetryCanceledError) IsErrorRetryable(err error) aws.Ternary {
retryable_error.go#L87: func (r RetryableConnectionError) IsErrorRetryable(err error) aws.Ternary {
retryable_error.go#L150: func (r RetryableHTTPStatusCode) IsErrorRetryable(err error) aws.Ternary {
retryable_error.go#L173: func (r RetryableErrorCode) IsErrorRetryable(err error) aws.Ternary {
throttle_error.go#L12: IsErrorThrottle(error) aws.Ternary
throttle_error.go#L22: func (r IsErrorThrottles) IsErrorThrottle(err error) aws.Ternary {
throttle_error.go#L32: type IsErrorThrottleFunc func(error) aws.Ternary
throttle_error.go#L35: func (fn IsErrorThrottleFunc) IsErrorThrottle(err error) aws.Ternary {
throttle_error.go#L47: func (r ThrottleErrorCode) IsErrorThrottle(err error) aws.Ternary {
timeout_error.go#L12: IsErrorTimeout(err error) aws.Ternary
timeout_error.go#L22: func (ts IsErrorTimeouts) IsErrorTimeout(err error) aws.Ternary {
timeout_error.go#L32: type IsErrorTimeoutFunc func(error) aws.Ternary
timeout_error.go#L35: func (fn IsErrorTimeoutFunc) IsErrorTimeout(err error) aws.Ternary {
timeout_error.go#L44: func (t TimeouterError) IsErrorTimeout(err error) aws.Ternary {
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
endpoints.go#L188: Unresolveable aws.Ternary
endpoints.go#L198: Deprecated aws.Ternary
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)