Documentation ¶
Index ¶
- func Attributes(cfg aws.Config, topicArn string) error
- func Create(cfg aws.Config, input *sns.CreateTopicInput) (*sns.CreateTopicOutput, error)
- func Delete(cfg aws.Config, input *sns.DeleteTopicInput) (*sns.DeleteTopicOutput, error)
- func FindARN(cfg aws.Config, topicName string) (*string, error)
- func List(cfg aws.Config) error
- func Publish(cfg aws.Config, input *sns.PublishInput) (*sns.PublishOutput, error)
- func Subs(cfg aws.Config, region, account, topic string) error
- func Subscribe(cfg aws.Config, input *sns.SubscribeInput) (*sns.SubscribeOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(cfg aws.Config, input *sns.CreateTopicInput) (*sns.CreateTopicOutput, error)
func Delete ¶
func Delete(cfg aws.Config, input *sns.DeleteTopicInput) (*sns.DeleteTopicOutput, error)
func Publish ¶
func Publish(cfg aws.Config, input *sns.PublishInput) (*sns.PublishOutput, error)
func Subscribe ¶
func Subscribe(cfg aws.Config, input *sns.SubscribeInput) (*sns.SubscribeOutput, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.