(add-permission &
{:keys [action-names aws-account-ids label topic-arn]
:as add-permission-request})
(add-permission string-1 string-2 list-1 list-2)
(check-if-phone-number-is-opted-out
&
{:keys [phone-number] :as check-if-phone-number-is-opted-out-request})
(confirm-subscription &
{:keys [authenticate-on-unsubscribe token topic-arn]
:as confirm-subscription-request})
(confirm-subscription string-1 string-2)
(confirm-subscription string-1 string-2 string-3)
(create-platform-application &
{:keys [attributes name platform]
:as create-platform-application-request})
(create-platform-endpoint &
{:keys [attributes custom-user-data
platform-application-arn token]
:as create-platform-endpoint-request})
(create-topic & {:keys [attributes name tags] :as create-topic-request})
(create-topic & {:keys [blank bytes empty] :as string})
(delete-platform-application &
{:keys [platform-application-arn]
:as delete-platform-application-request})
(delete-topic & {:keys [blank bytes empty] :as string})
(delete-topic & {:keys [topic-arn] :as delete-topic-request})
(get-endpoint-attributes &
{:keys [endpoint-arn]
:as get-endpoint-attributes-request})
(get-platform-application-attributes
&
{:keys [platform-application-arn]
:as get-platform-application-attributes-request})
(get-sms-attributes & {:keys [attributes] :as get-smsattributes-request})
(get-subscription-attributes & {:keys [blank bytes empty] :as string})
(get-subscription-attributes &
{:keys [subscription-arn]
:as get-subscription-attributes-request})
(get-topic-attributes & {:keys [blank bytes empty] :as string})
(get-topic-attributes & {:keys [topic-arn] :as get-topic-attributes-request})
(list-endpoints-by-platform-application
&
{:keys [next-token platform-application-arn]
:as list-endpoints-by-platform-application-request})
(list-phone-numbers-opted-out &
{:keys [next-token]
:as list-phone-numbers-opted-out-request})
(list-platform-applications)
(list-platform-applications &
{:keys [next-token]
:as list-platform-applications-request})
(list-subscriptions)
(list-subscriptions & {:keys [blank bytes empty] :as string})
(list-subscriptions & {:keys [next-token] :as list-subscriptions-request})
(list-subscriptions-by-topic & {:keys [blank bytes empty] :as string})
(list-subscriptions-by-topic &
{:keys [next-token topic-arn]
:as list-subscriptions-by-topic-request})
(list-subscriptions-by-topic string-1 string-2)
(list-tags-for-resource &
{:keys [resource-arn]
:as list-tags-for-resource-request})
(list-topics)
(list-topics & {:keys [blank bytes empty] :as string})
(list-topics & {:keys [next-token] :as list-topics-request})
(opt-in-phone-number & {:keys [phone-number] :as opt-in-phone-number-request})
(publish &
{:keys [message message-attributes message-deduplication-id
message-group-id message-structure phone-number subject
target-arn topic-arn]
:as publish-request})
(publish string-1 string-2)
(publish string-1 string-2 string-3)
(remove-permission & {:keys [label topic-arn] :as remove-permission-request})
(remove-permission string-1 string-2)
(set-endpoint-attributes &
{:keys [attributes endpoint-arn]
:as set-endpoint-attributes-request})
(set-platform-application-attributes
&
{:keys [attributes platform-application-arn]
:as set-platform-application-attributes-request})
(set-sms-attributes & {:keys [attributes] :as set-smsattributes-request})
(set-subscription-attributes &
{:keys [attribute-name attribute-value
subscription-arn]
:as set-subscription-attributes-request})
(set-subscription-attributes string-1 string-2 string-3)
(set-topic-attributes &
{:keys [attribute-name attribute-value topic-arn]
:as set-topic-attributes-request})
(set-topic-attributes string-1 string-2 string-3)
(subscribe &
{:keys [attributes endpoint protocol return-subscription-arn
topic-arn]
:as subscribe-request})
(subscribe string-1 string-2 string-3)
(unsubscribe & {:keys [blank bytes empty] :as string})
(unsubscribe & {:keys [subscription-arn] :as unsubscribe-request})
(untag-resource & {:keys [resource-arn tag-keys] :as untag-resource-request})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close