# Functions
NewClientGetter returns a ClientGetter for the given secrets getter.
# Structs
ClientGetterWithSecretGetter gets SNS clients using static credentials retrieved using a Secret getter.
# Interfaces
ClientGetter can obtain SNS clients.
# Type aliases
Client is an alias for the SNSAPI interface.
ClientGetterFunc allows the use of ordinary functions as ClientGetter.
No description provided by the author