(cancel-task-execution &
{:keys [task-execution-arn]
:as cancel-task-execution-request})
(create-agent &
{:keys [activation-key agent-name security-group-arns subnet-arns
tags vpc-endpoint-id]
:as create-agent-request})
(create-location-efs &
{:keys [ec2-config efs-filesystem-arn subdirectory tags]
:as create-location-efs-request})
(create-location-fsx-lustre &
{:keys [fsx-filesystem-arn security-group-arns
subdirectory tags]
:as create-location-fsx-lustre-request})
(create-location-fsx-windows &
{:keys [domain fsx-filesystem-arn password
security-group-arns subdirectory tags user]
:as create-location-fsx-windows-request})
(create-location-hdfs
&
{:keys [agent-arns authentication-type block-size kerberos-keytab
kerberos-krb5-conf kerberos-principal kms-key-provider-uri name-nodes
qop-configuration replication-factor simple-user subdirectory tags]
:as create-location-hdfs-request})
(create-location-nfs &
{:keys [mount-options on-prem-config server-hostname
subdirectory tags]
:as create-location-nfs-request})
(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})
(create-location-s3 &
{:keys [agent-arns s3-bucket-arn s3-config s3-storage-class
subdirectory tags]
:as create-location-s3-request})
(create-location-smb &
{:keys [agent-arns domain mount-options password
server-hostname subdirectory tags user]
:as create-location-smb-request})
(create-task &
{:keys [cloud-watch-log-group-arn destination-location-arn excludes
includes name options schedule source-location-arn tags]
:as create-task-request})
(describe-location-efs &
{:keys [location-arn] :as describe-location-efs-request})
(describe-location-fsx-lustre &
{:keys [location-arn]
:as describe-location-fsx-lustre-request})
(describe-location-fsx-windows &
{:keys [location-arn]
:as describe-location-fsx-windows-request})
(describe-location-hdfs &
{:keys [location-arn]
:as describe-location-hdfs-request})
(describe-location-nfs &
{:keys [location-arn] :as describe-location-nfs-request})
(describe-location-object-storage
&
{:keys [location-arn] :as describe-location-object-storage-request})
(describe-location-s3 & {:keys [location-arn] :as describe-location-s3-request})
(describe-location-smb &
{:keys [location-arn] :as describe-location-smb-request})
(describe-task-execution &
{:keys [task-execution-arn]
:as describe-task-execution-request})
(list-locations &
{:keys [filters max-results next-token]
:as list-locations-request})
(list-tags-for-resource &
{:keys [max-results next-token resource-arn]
:as list-tags-for-resource-request})
(list-task-executions &
{:keys [max-results next-token task-arn]
:as list-task-executions-request})
(start-task-execution &
{:keys [excludes includes override-options task-arn]
:as start-task-execution-request})
(update-location-hdfs &
{:keys [agent-arns authentication-type block-size
kerberos-keytab kerberos-krb5-conf
kerberos-principal kms-key-provider-uri
location-arn name-nodes qop-configuration
replication-factor simple-user subdirectory]
:as update-location-hdfs-request})
(update-location-nfs &
{:keys [location-arn mount-options on-prem-config
subdirectory]
:as update-location-nfs-request})
(update-location-object-storage &
{:keys [access-key agent-arns location-arn
secret-key server-port server-protocol
subdirectory]
:as update-location-object-storage-request})
(update-location-smb &
{:keys [agent-arns domain location-arn mount-options
password subdirectory user]
:as update-location-smb-request})
(update-task &
{:keys [cloud-watch-log-group-arn excludes includes name options
schedule task-arn]
:as update-task-request})
(update-task-execution &
{:keys [options task-execution-arn]
:as update-task-execution-request})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close