Liking cljdoc? Tell your friends :D

amazonica.aws.datasync


cancel-task-executionclj

(cancel-task-execution &
                       {:keys [task-execution-arn]
                        :as cancel-task-execution-request})
source

client-classclj

source

create-agentclj

(create-agent &
              {:keys [activation-key agent-name security-group-arns subnet-arns
                      tags vpc-endpoint-id]
               :as create-agent-request})
source

create-location-efsclj

(create-location-efs &
                     {:keys [ec2-config efs-filesystem-arn subdirectory tags]
                      :as create-location-efs-request})
source

create-location-fsx-windowsclj

(create-location-fsx-windows &
                             {:keys [domain fsx-filesystem-arn password
                                     security-group-arns subdirectory tags user]
                              :as create-location-fsx-windows-request})
source

create-location-nfsclj

(create-location-nfs &
                     {:keys [mount-options on-prem-config server-hostname
                             subdirectory tags]
                      :as create-location-nfs-request})
source

create-location-object-storageclj

(create-location-object-storage &
                                {:keys [access-key agent-arns bucket-name
                                        secret-key server-hostname server-port
                                        server-protocol subdirectory tags]
                                 :as create-location-object-storage-request})
source

create-location-s3clj

(create-location-s3 &
                    {:keys [agent-arns s3-bucket-arn s3-config s3-storage-class
                            subdirectory tags]
                     :as create-location-s3-request})
source

create-location-smbclj

(create-location-smb &
                     {:keys [agent-arns domain mount-options password
                             server-hostname subdirectory tags user]
                      :as create-location-smb-request})
source

create-taskclj

(create-task &
             {:keys [cloud-watch-log-group-arn destination-location-arn excludes
                     name options schedule source-location-arn tags]
              :as create-task-request})
source

delete-agentclj

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

delete-locationclj

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

delete-taskclj

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

describe-agentclj

(describe-agent & {:keys [agent-arn] :as describe-agent-request})
source

describe-location-efsclj

(describe-location-efs &
                       {:keys [location-arn] :as describe-location-efs-request})
source

describe-location-fsx-windowsclj

(describe-location-fsx-windows &
                               {:keys [location-arn]
                                :as describe-location-fsx-windows-request})
source

describe-location-nfsclj

(describe-location-nfs &
                       {:keys [location-arn] :as describe-location-nfs-request})
source

describe-location-object-storageclj

(describe-location-object-storage
  &
  {:keys [location-arn] :as describe-location-object-storage-request})
source

describe-location-s3clj

(describe-location-s3 & {:keys [location-arn] :as describe-location-s3-request})
source

describe-location-smbclj

(describe-location-smb &
                       {:keys [location-arn] :as describe-location-smb-request})
source

describe-taskclj

(describe-task & {:keys [task-arn] :as describe-task-request})
source

describe-task-executionclj

(describe-task-execution &
                         {:keys [task-execution-arn]
                          :as describe-task-execution-request})
source

get-cached-response-metadataclj

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

list-agentsclj

(list-agents & {:keys [max-results next-token] :as list-agents-request})
source

list-locationsclj

(list-locations &
                {:keys [filters max-results next-token]
                 :as list-locations-request})
source

list-tags-for-resourceclj

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

list-task-executionsclj

(list-task-executions &
                      {:keys [max-results next-token task-arn]
                       :as list-task-executions-request})
source

list-tasksclj

(list-tasks & {:keys [filters max-results next-token] :as list-tasks-request})
source

show-functionsclj

source

shutdownclj

(shutdown)
source

start-task-executionclj

(start-task-execution &
                      {:keys [includes override-options task-arn]
                       :as start-task-execution-request})
source

tag-resourceclj

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

untag-resourceclj

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

update-agentclj

(update-agent & {:keys [agent-arn name] :as update-agent-request})
source

update-location-nfsclj

(update-location-nfs &
                     {:keys [location-arn mount-options on-prem-config
                             subdirectory]
                      :as update-location-nfs-request})
source

update-location-object-storageclj

(update-location-object-storage &
                                {:keys [access-key agent-arns location-arn
                                        secret-key server-port server-protocol
                                        subdirectory]
                                 :as update-location-object-storage-request})
source

update-location-smbclj

(update-location-smb &
                     {:keys [agent-arns domain location-arn mount-options
                             password subdirectory user]
                      :as update-location-smb-request})
source

update-taskclj

(update-task &
             {:keys [cloud-watch-log-group-arn excludes name options schedule
                     task-arn]
              :as update-task-request})
source

update-task-executionclj

(update-task-execution &
                       {:keys [options task-execution-arn]
                        :as update-task-execution-request})
source

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

× close