Liking cljdoc? Tell your friends :D

amazonica.aws.xray


batch-get-tracesclj

(batch-get-traces & {:keys [next-token trace-ids] :as batch-get-traces-request})
source

client-classclj

source

create-groupclj

(create-group &
              {:keys [filter-expression group-name insights-configuration tags]
               :as create-group-request})
source

create-sampling-ruleclj

(create-sampling-rule &
                      {:keys [sampling-rule tags]
                       :as create-sampling-rule-request})
source

delete-groupclj

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

delete-sampling-ruleclj

(delete-sampling-rule &
                      {:keys [rule-arn rule-name]
                       :as delete-sampling-rule-request})
source

get-cached-response-metadataclj

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

get-encryption-configclj

(get-encryption-config & {:keys [] :as get-encryption-config-request})
source

get-groupclj

(get-group & {:keys [group-arn group-name] :as get-group-request})
source

get-groupsclj

(get-groups & {:keys [next-token] :as get-groups-request})
source

get-insightclj

(get-insight & {:keys [insight-id] :as get-insight-request})
source

get-insight-eventsclj

(get-insight-events &
                    {:keys [insight-id max-results next-token]
                     :as get-insight-events-request})
source

get-insight-impact-graphclj

(get-insight-impact-graph &
                          {:keys [end-time insight-id next-token start-time]
                           :as get-insight-impact-graph-request})
source

get-insight-summariesclj

(get-insight-summaries &
                       {:keys [end-time group-arn group-name max-results
                               next-token start-time states]
                        :as get-insight-summaries-request})
source

get-sampling-rulesclj

(get-sampling-rules & {:keys [next-token] :as get-sampling-rules-request})
source

get-sampling-statistic-summariesclj

(get-sampling-statistic-summaries
  &
  {:keys [next-token] :as get-sampling-statistic-summaries-request})
source

get-sampling-targetsclj

(get-sampling-targets &
                      {:keys [sampling-statistics-documents]
                       :as get-sampling-targets-request})
source

get-service-graphclj

(get-service-graph &
                   {:keys [end-time group-arn group-name next-token start-time]
                    :as get-service-graph-request})
source

get-time-series-service-statisticsclj

(get-time-series-service-statistics
  &
  {:keys [end-time entity-selector-expression forecast-statistics group-arn
          group-name next-token period start-time]
   :as get-time-series-service-statistics-request})
source

get-trace-graphclj

(get-trace-graph & {:keys [next-token trace-ids] :as get-trace-graph-request})
source

get-trace-summariesclj

(get-trace-summaries &
                     {:keys [end-time filter-expression next-token sampling
                             sampling-strategy start-time time-range-type]
                      :as get-trace-summaries-request})
source

list-tags-for-resourceclj

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

put-encryption-configclj

(put-encryption-config &
                       {:keys [key-id type] :as put-encryption-config-request})
source

put-telemetry-recordsclj

(put-telemetry-records &
                       {:keys [ec2-instance-id hostname resource-arn
                               telemetry-records]
                        :as put-telemetry-records-request})
source

put-trace-segmentsclj

(put-trace-segments &
                    {:keys [trace-segment-documents]
                     :as put-trace-segments-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-groupclj

(update-group &
              {:keys [filter-expression group-arn group-name
                      insights-configuration]
               :as update-group-request})
source

update-sampling-ruleclj

(update-sampling-rule &
                      {:keys [sampling-rule-update]
                       :as update-sampling-rule-request})
source

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

× close