ark::aws::SnsClient
Defined in header “ark/aws/sns_client.hh”.
This client allows you to interact with AWS SNS.
Methods
-
SnsClient()
Constructor. -
SnsClient(const core::Url & endpoint)
Constructor uses an alternate endpoint for talking to the SNS, useful for testing. -
~SnsClient()
Destructor. -
void publish(const SnsPublishRequest & request)
Publishes a message over SNS.