Documentation ¶
Overview ¶
Package _sfn provides AWS client management functions for the sfn AWS service.
The Client() is a wrapper on sfn.NewFromConfig(), which creates & caches the client.
The Delete() clears the cached client.
Index ¶
- func Client(provider providers.CredsProvider, optFns ...func(*sfn.Options)) (*sfn.Client, error)
- func Delete(provider providers.CredsProvider) error
- func Must(provider providers.CredsProvider, optFns ...func(*sfn.Options)) *sfn.Client
- func Refresh(provider providers.CredsProvider, optFns ...func(*sfn.Options)) (*sfn.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Client ¶
Client builds or returns the singleton sfn 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 sfn client for the supplied provider; This foreces the subsequent calls to Client() for the same provider to recreate & return a new instnce.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.