type github.com/aws/aws-sdk-go-v2/aws.EndpointDiscoveryEnableState

4 uses

	github.com/aws/aws-sdk-go-v2/aws (current package)
		config.go#L157: type EndpointDiscoveryEnableState uint
		config.go#L164: 	EndpointDiscoveryUnset EndpointDiscoveryEnableState = iota

	github.com/aws/aws-sdk-go-v2/internal/configsources
		config.go#L11: 	GetEnableEndpointDiscovery(ctx context.Context) (value aws.EndpointDiscoveryEnableState, found bool, err error)
		config.go#L17: func ResolveEnableEndpointDiscovery(ctx context.Context, configs []interface{}) (value aws.EndpointDiscoveryEnableState, found bool, err error) {