Interface: aws.EndpointResolverWithOptions
import "../ibm-cos-sdk-go-v2/aws"
Overview
EndpointResolverWithOptions is an endpoint resolver that can be used to provide or override an endpoint for the given service, region, and the service client’s EndpointOptions. API clients will attempt to use the EndpointResolverWithOptions first to resolve an endpoint if available. If the EndpointResolverWithOptions returns an EndpointNotFoundError error, API clients will fallback to attempting to resolve the endpoint using its internal default endpoint resolver.
Deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver].
Implemented By
EndpointResolverFunc, s3.EndpointResolverFunc, kms.EndpointResolverFunc, EndpointResolverWithOptionsFunc, endpoints.Resolver, endpoints.Resolver
Interface Method Summary collapse
Interface Method Details
ResolveEndpoint(service, region string, options ...interface{}) (Endpoint, error)
This method is abstract.
202 |
// File 'aws/endpoints.go', line 202
|