(associate-created-artifact &
{:keys [created-artifact dry-run migration-task-name
progress-update-stream]
:as associate-created-artifact-request})
(associate-discovered-resource &
{:keys [discovered-resource dry-run
migration-task-name
progress-update-stream]
:as associate-discovered-resource-request})
(create-progress-update-stream &
{:keys [dry-run progress-update-stream-name]
:as create-progress-update-stream-request})
(delete-progress-update-stream &
{:keys [dry-run progress-update-stream-name]
:as delete-progress-update-stream-request})
(describe-application-state &
{:keys [application-id]
:as describe-application-state-request})
(describe-migration-task &
{:keys [migration-task-name progress-update-stream]
:as describe-migration-task-request})
(disassociate-created-artifact &
{:keys [created-artifact-name dry-run
migration-task-name
progress-update-stream]
:as disassociate-created-artifact-request})
(disassociate-discovered-resource
&
{:keys [configuration-id dry-run migration-task-name progress-update-stream]
:as disassociate-discovered-resource-request})
(get-cached-response-metadata & [amazon-web-service-request])
(import-migration-task &
{:keys [dry-run migration-task-name
progress-update-stream]
:as import-migration-task-request})
(list-application-states &
{:keys [application-ids max-results next-token]
:as list-application-states-request})
(list-created-artifacts &
{:keys [max-results migration-task-name next-token
progress-update-stream]
:as list-created-artifacts-request})
(list-discovered-resources &
{:keys [max-results migration-task-name next-token
progress-update-stream]
:as list-discovered-resources-request})
(list-migration-tasks &
{:keys [max-results next-token resource-name]
:as list-migration-tasks-request})
(list-progress-update-streams &
{:keys [max-results next-token]
:as list-progress-update-streams-request})
(notify-application-state &
{:keys [application-id dry-run status
update-date-time]
:as notify-application-state-request})
(notify-migration-task-state &
{:keys [dry-run migration-task-name
next-update-seconds progress-update-stream
task update-date-time]
:as notify-migration-task-state-request})
(put-resource-attributes &
{:keys [dry-run migration-task-name
progress-update-stream resource-attribute-list]
:as put-resource-attributes-request})
(shutdown)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close