Liking cljdoc? Tell your friends :D

amazonica.aws.sns


add-permissionclj

(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)
source

check-if-phone-number-is-opted-outclj

(check-if-phone-number-is-opted-out
  &
  {:keys [phone-number] :as check-if-phone-number-is-opted-out-request})
source

client-classclj

source

confirm-subscriptionclj

(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)
source

create-platform-applicationclj

(create-platform-application &
                             {:keys [attributes name platform]
                              :as create-platform-application-request})
source

create-platform-endpointclj

(create-platform-endpoint &
                          {:keys [attributes custom-user-data
                                  platform-application-arn token]
                           :as create-platform-endpoint-request})
source

create-topicclj

(create-topic & {:keys [attributes name tags] :as create-topic-request})
(create-topic & {:keys [blank bytes empty] :as string})
source

delete-endpointclj

(delete-endpoint & {:keys [endpoint-arn] :as delete-endpoint-request})
source

delete-platform-applicationclj

(delete-platform-application &
                             {:keys [platform-application-arn]
                              :as delete-platform-application-request})
source

delete-topicclj

(delete-topic & {:keys [blank bytes empty] :as string})
(delete-topic & {:keys [topic-arn] :as delete-topic-request})
source

get-cached-response-metadataclj

(get-cached-response-metadata & [amazon-web-service-request])
source

get-endpoint-attributesclj

(get-endpoint-attributes &
                         {:keys [endpoint-arn]
                          :as get-endpoint-attributes-request})
source

get-platform-application-attributesclj

(get-platform-application-attributes
  &
  {:keys [platform-application-arn]
   :as get-platform-application-attributes-request})
source

get-sms-attributesclj

(get-sms-attributes & {:keys [attributes] :as get-smsattributes-request})
source

get-smsattributesclj

(get-smsattributes & {:keys [attributes] :as get-smsattributes-request})
source

get-subscription-attributesclj

(get-subscription-attributes & {:keys [blank bytes empty] :as string})
(get-subscription-attributes &
                             {:keys [subscription-arn]
                              :as get-subscription-attributes-request})
source

get-topic-attributesclj

(get-topic-attributes & {:keys [blank bytes empty] :as string})
(get-topic-attributes & {:keys [topic-arn] :as get-topic-attributes-request})
source

list-endpoints-by-platform-applicationclj

(list-endpoints-by-platform-application
  &
  {:keys [next-token platform-application-arn]
   :as list-endpoints-by-platform-application-request})
source

list-phone-numbers-opted-outclj

(list-phone-numbers-opted-out &
                              {:keys [next-token]
                               :as list-phone-numbers-opted-out-request})
source

list-platform-applicationsclj

(list-platform-applications)
(list-platform-applications &
                            {:keys [next-token]
                             :as list-platform-applications-request})
source

list-subscriptionsclj

(list-subscriptions)
(list-subscriptions & {:keys [blank bytes empty] :as string})
(list-subscriptions & {:keys [next-token] :as list-subscriptions-request})
source

list-subscriptions-by-topicclj

(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)
source

list-tags-for-resourceclj

(list-tags-for-resource &
                        {:keys [resource-arn]
                         :as list-tags-for-resource-request})
source

list-topicsclj

(list-topics)
(list-topics & {:keys [blank bytes empty] :as string})
(list-topics & {:keys [next-token] :as list-topics-request})
source

opt-in-phone-numberclj

(opt-in-phone-number & {:keys [phone-number] :as opt-in-phone-number-request})
source

publishclj

(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)
source

remove-permissionclj

(remove-permission & {:keys [label topic-arn] :as remove-permission-request})
(remove-permission string-1 string-2)
source

set-endpoint-attributesclj

(set-endpoint-attributes &
                         {:keys [attributes endpoint-arn]
                          :as set-endpoint-attributes-request})
source

set-platform-application-attributesclj

(set-platform-application-attributes
  &
  {:keys [attributes platform-application-arn]
   :as set-platform-application-attributes-request})
source

set-sms-attributesclj

(set-sms-attributes & {:keys [attributes] :as set-smsattributes-request})
source

set-smsattributesclj

(set-smsattributes & {:keys [attributes] :as set-smsattributes-request})
source

set-subscription-attributesclj

(set-subscription-attributes &
                             {:keys [attribute-name attribute-value
                                     subscription-arn]
                              :as set-subscription-attributes-request})
(set-subscription-attributes string-1 string-2 string-3)
source

set-topic-attributesclj

(set-topic-attributes &
                      {:keys [attribute-name attribute-value topic-arn]
                       :as set-topic-attributes-request})
(set-topic-attributes string-1 string-2 string-3)
source

show-functionsclj

source

shutdownclj

(shutdown)
source

subscribeclj

(subscribe &
           {:keys [attributes endpoint protocol return-subscription-arn
                   topic-arn]
            :as subscribe-request})
(subscribe string-1 string-2 string-3)
source

tag-resourceclj

(tag-resource & {:keys [resource-arn tags] :as tag-resource-request})
source

unsubscribeclj

(unsubscribe & {:keys [blank bytes empty] :as string})
(unsubscribe & {:keys [subscription-arn] :as unsubscribe-request})
source

untag-resourceclj

(untag-resource & {:keys [resource-arn tag-keys] :as untag-resource-request})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close