Description Usage Arguments Details Value Author(s)
This is the workhorse function to execute calls to the SNS API.
1 2 |
query |
An optional named list containing query string parameters and their character values. |
region |
A character string containing an AWS region. If missing, the default “us-east-1” is used. |
key |
A character string containing an AWS Access Key ID. See |
secret |
A character string containing an AWS Secret Access Key. See |
session_token |
Optionally, a character string containing an AWS temporary Session Token. See |
... |
Additional arguments passed to |
This function constructs and signs an SNS API request and returns the results thereof, or relevant debugging information in the case of error.
If successful, a named list. Otherwise, a data structure of class “aws-error” containing any error message(s) from AWS and information about the request attempt.
Thomas J. Leeper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.