Documentation ¶
Overview ¶
Package _entityresolution provides AWS client management functions for the entityresolution AWS service.
The Client() is a wrapper on entityresolution.NewFromConfig(), which creates & caches the client.
The Delete() clears the cached client.
Index ¶
- func Client(provider providers.CredsProvider, optFns ...func(*entityresolution.Options)) (*entityresolution.Client, error)
- func Delete(provider providers.CredsProvider) error
- func Must(provider providers.CredsProvider, optFns ...func(*entityresolution.Options)) *entityresolution.Client
- func Refresh(provider providers.CredsProvider, optFns ...func(*entityresolution.Options)) (*entityresolution.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Client ¶
func Client(provider providers.CredsProvider, optFns ...func(*entityresolution.Options)) (*entityresolution.Client, error)
Client builds or returns the singleton entityresolution client for the supplied provider If functional options are supplied, they are passed as-is to the underlying NewFromConfig(...) for the corresponding client
func Delete ¶
func Delete(provider providers.CredsProvider) error
Delete removes the cached entityresolution client for the supplied provider; This foreces the subsequent calls to Client() for the same provider to recreate & return a new instnce.
func Must ¶
func Must(provider providers.CredsProvider, optFns ...func(*entityresolution.Options)) *entityresolution.Client
Must wraps the _entityresolution.Client( ) function & panics if a non-nil error is returned.
func Refresh ¶
func Refresh(provider providers.CredsProvider, optFns ...func(*entityresolution.Options)) (*entityresolution.Client, error)
Refresh discards the cached entityresolution client if it exists, builds & returns a new singleton instance
Types ¶
This section is empty.