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

6 uses

	github.com/aws/aws-sdk-go-v2/aws (current package)
		config.go#L71: 	EndpointResolverWithOptions EndpointResolverWithOptions
		endpoints.go#L187: type EndpointResolverWithOptions interface {

	github.com/aws/aws-sdk-go-v2/service/s3
		endpoints.go#L131: 	awsResolver aws.EndpointResolverWithOptions
		endpoints.go#L161: var _ aws.EndpointResolverWithOptions = awsEndpointResolverAdaptor(nil)
		endpoints.go#L168: func withEndpointResolver(awsResolver aws.EndpointResolver, awsResolverWithOptions aws.EndpointResolverWithOptions, fallbackResolver EndpointResolver) EndpointResolver {
		endpoints.go#L169: 	var resolver aws.EndpointResolverWithOptions