Liking cljdoc? Tell your friends :D

amazonica.aws.mediapackage


client-classclj

source

configure-logsclj

(configure-logs &
                {:keys [egress-access-logs id ingress-access-logs]
                 :as configure-logs-request})
source

create-channelclj

(create-channel & {:keys [description id tags] :as create-channel-request})
source

create-harvest-jobclj

(create-harvest-job &
                    {:keys [end-time id origin-endpoint-id s3-destination
                            start-time]
                     :as create-harvest-job-request})
source

create-origin-endpointclj

(create-origin-endpoint
  &
  {:keys [authorization channel-id cmaf-package dash-package description
          hls-package id manifest-name mss-package origination
          startover-window-seconds tags time-delay-seconds whitelist]
   :as create-origin-endpoint-request})
source

delete-channelclj

(delete-channel & {:keys [id] :as delete-channel-request})
source

delete-origin-endpointclj

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

describe-channelclj

(describe-channel & {:keys [id] :as describe-channel-request})
source

describe-harvest-jobclj

(describe-harvest-job & {:keys [id] :as describe-harvest-job-request})
source

describe-origin-endpointclj

(describe-origin-endpoint & {:keys [id] :as describe-origin-endpoint-request})
source

get-cached-response-metadataclj

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

list-channelsclj

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

list-harvest-jobsclj

(list-harvest-jobs &
                   {:keys [include-channel-id include-status max-results
                           next-token]
                    :as list-harvest-jobs-request})
source

list-origin-endpointsclj

(list-origin-endpoints &
                       {:keys [channel-id max-results next-token]
                        :as list-origin-endpoints-request})
source

list-tags-for-resourceclj

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

rotate-channel-credentialsclj

(rotate-channel-credentials &
                            {:keys [id] :as rotate-channel-credentials-request})
source

rotate-ingest-endpoint-credentialsclj

(rotate-ingest-endpoint-credentials
  &
  {:keys [id ingest-endpoint-id]
   :as rotate-ingest-endpoint-credentials-request})
source

show-functionsclj

source

shutdownclj

(shutdown)
source

tag-resourceclj

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

untag-resourceclj

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

update-channelclj

(update-channel & {:keys [description id] :as update-channel-request})
source

update-origin-endpointclj

(update-origin-endpoint &
                        {:keys [authorization cmaf-package dash-package
                                description hls-package id manifest-name
                                mss-package origination startover-window-seconds
                                time-delay-seconds whitelist]
                         :as update-origin-endpoint-request})
source

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

× close