github.com/aws/aws-sdk-go-v2/aws.Ternary.Bool (method)

5 uses

	github.com/aws/aws-sdk-go-v2/aws (current package)
		types.go#L25: func (t Ternary) Bool() bool {

	github.com/aws/aws-sdk-go-v2/aws/retry
		adaptive.go#L152: 	throttled := a.throttles.IsErrorThrottle(opErr).Bool()
		retry.go#L33: 		return v.Bool()
		standard.go#L201: 	return s.retryable.IsErrorRetryable(err).Bool()
		standard.go#L236: 	if s.timeout.IsErrorTimeout(opErr).Bool() {