Documentation ¶
Overview ¶
Package _pinpointsmsvoicev2 provides AWS client management functions for the pinpointsmsvoicev2 AWS service.
The Client() is a wrapper on pinpointsmsvoicev2.NewFromConfig(), which creates & caches the client.
The Delete() clears the cached client.
Index ¶
- func Client(provider providers.CredsProvider, optFns ...func(*pinpointsmsvoicev2.Options)) (*pinpointsmsvoicev2.Client, error)
- func Delete(provider providers.CredsProvider) error
- func Must(provider providers.CredsProvider, optFns ...func(*pinpointsmsvoicev2.Options)) *pinpointsmsvoicev2.Client
- func Refresh(provider providers.CredsProvider, optFns ...func(*pinpointsmsvoicev2.Options)) (*pinpointsmsvoicev2.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Client ¶
func Client(provider providers.CredsProvider, optFns ...func(*pinpointsmsvoicev2.Options)) (*pinpointsmsvoicev2.Client, error)
Client builds or returns the singleton pinpointsmsvoicev2 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 pinpointsmsvoicev2 client for the supplied provider; This foreces the subsequent calls to Client() for the same provider to recreate & return a new instnce.
func Must ¶ added in v0.0.3
func Must(provider providers.CredsProvider, optFns ...func(*pinpointsmsvoicev2.Options)) *pinpointsmsvoicev2.Client
Must wraps the _pinpointsmsvoicev2.Client( ) function & panics if a non-nil error is returned.
func Refresh ¶ added in v0.0.3
func Refresh(provider providers.CredsProvider, optFns ...func(*pinpointsmsvoicev2.Options)) (*pinpointsmsvoicev2.Client, error)
Refresh discards the cached pinpointsmsvoicev2 client if it exists, builds & returns a new singleton instance
Types ¶
This section is empty.