xray_put_trace_segments {paws.developer.tools}R Documentation

Uploads segment documents to Amazon Web Services X-Ray

Description

Uploads segment documents to Amazon Web Services X-Ray. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.

See https://www.paws-r-sdk.com/docs/xray_put_trace_segments/ for full documentation.

Usage

xray_put_trace_segments(TraceSegmentDocuments)

Arguments

TraceSegmentDocuments

[required] A string containing a JSON document defining one or more segments or subsegments.


[Package paws.developer.tools version 0.9.0 Index]