Module Awso_xray_asyncSource

include module type of struct include Awso_xray.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule RootCauseException = Awso_xray.Values.RootCauseException

The exception associated with a root cause.

Sourcemodule RootCauseExceptions = Awso_xray.Values.RootCauseExceptions
Sourcemodule ErrorRootCauseEntity = Awso_xray.Values.ErrorRootCauseEntity

A collection of segments and corresponding subsegments associated to a trace summary error.

Sourcemodule FaultRootCauseEntity = Awso_xray.Values.FaultRootCauseEntity

A collection of segments and corresponding subsegments associated to a trace summary fault error.

Sourcemodule ResponseTimeRootCauseEntity = Awso_xray.Values.ResponseTimeRootCauseEntity

A collection of segments and corresponding subsegments associated to a response time warning.

Sourcemodule ErrorRootCauseEntityPath = Awso_xray.Values.ErrorRootCauseEntityPath
Sourcemodule FaultRootCauseEntityPath = Awso_xray.Values.FaultRootCauseEntityPath
Sourcemodule ResponseTimeRootCauseEntityPath = Awso_xray.Values.ResponseTimeRootCauseEntityPath

An alias for an edge.

Information about requests that failed with a 4xx Client Error status code.

Information about requests that failed with a 5xx Server Error status code.

An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.

Value of a segment annotation. Has one of three value types: Number, Boolean, or String.

Sourcemodule ErrorRootCauseService = Awso_xray.Values.ErrorRootCauseService

A collection of fields identifying the services in a trace summary error.

Sourcemodule FaultRootCauseService = Awso_xray.Values.FaultRootCauseService

A collection of fields identifying the services in a trace summary fault.

Sourcemodule ResponseTimeRootCauseService = Awso_xray.Values.ResponseTimeRootCauseService

A collection of fields identifying the service in a response time warning.

Response statistics for an edge.

Sourcemodule ValueWithServiceIds = Awso_xray.Values.ValueWithServiceIds

Information about a segment annotation.

Sourcemodule ErrorRootCauseServices = Awso_xray.Values.ErrorRootCauseServices
Sourcemodule FaultRootCauseServices = Awso_xray.Values.FaultRootCauseServices
Sourcemodule ResponseTimeRootCauseServices = Awso_xray.Values.ResponseTimeRootCauseServices
Sourcemodule CooldownWindowMinutes = Awso_xray.Values.CooldownWindowMinutes

Information about a connection between two services. An edge can be a synchronous connection, such as typical call between client and service, or an asynchronous link, such as a Lambda function which retrieves an event from an SNS queue.

A span from a trace that has been ingested by the X-Ray service. A span represents a unit of work or an operation performed by a service.

Sourcemodule ValuesWithServiceIds = Awso_xray.Values.ValuesWithServiceIds

The root cause of a trace summary error.

The root cause information for a trace summary fault.

Sourcemodule ResponseTimeRootCause = Awso_xray.Values.ResponseTimeRootCause

The root cause information for a response time warning.

Sourcemodule AvailabilityZoneDetail = Awso_xray.Values.AvailabilityZoneDetail

A list of Availability Zones corresponding to the segments in a trace.

Sourcemodule InstanceIdDetail = Awso_xray.Values.InstanceIdDetail

A list of EC2 instance IDs corresponding to the segments in a trace.

Sourcemodule ResourceARNDetail = Awso_xray.Values.ResourceARNDetail

A list of resources ARNs corresponding to the segments in a trace.

Information about a user recorded in segment documents.

Sourcemodule SamplingRateBoost = Awso_xray.Values.SamplingRateBoost

Enable temporary sampling rate increases when you detect anomalies to improve visibility.

The relation between two services.

Sourcemodule ServiceStatistics = Awso_xray.Values.ServiceStatistics

Response statistics for a service.

Sourcemodule AnomalousService = Awso_xray.Values.AnomalousService

The service within the service graph that has anomalously high fault rates.

Sourcemodule InsightImpactGraphEdge = Awso_xray.Values.InsightImpactGraphEdge

The connection between two service in an insight impact graph.

Sourcemodule ProbabilisticRuleValue = Awso_xray.Values.ProbabilisticRuleValue

The indexing rule configuration for probabilistic sampling.

A segment from a trace that has been ingested by the X-Ray service. The segment can be compiled from documents uploaded with PutTraceSegments, or an inferred segment for a downstream service, generated from a subsegment sent by the service that called it. For the full segment document schema, see Amazon Web Services X-Ray segment documents in the Amazon Web Services X-Ray Developer Guide.

Sourcemodule BackendConnectionErrors = Awso_xray.Values.BackendConnectionErrors
Sourcemodule PolicyRevisionId = Awso_xray.Values.PolicyRevisionId

Information about an HTTP request.

Sourcemodule ResponseTimeRootCauses = Awso_xray.Values.ResponseTimeRootCauses
Sourcemodule TraceAvailabilityZones = Awso_xray.Values.TraceAvailabilityZones
Sourcemodule TraceInstanceIds = Awso_xray.Values.TraceInstanceIds
Sourcemodule TraceResourceARNs = Awso_xray.Values.TraceResourceARNs
Sourcemodule ForecastStatistics = Awso_xray.Values.ForecastStatistics

The predicted high and low fault count. This is used to determine if a service has become anomalous and if an insight should be created.

Temporary boost sampling rate. X-Ray calculates sampling boost for each service based on the recent sampling boost stats of all services that called GetSamplingTargets.

Sourcemodule SampledAnomalyCount = Awso_xray.Values.SampledAnomalyCount

A sampling rule that services use to decide whether to instrument a request. Rule fields can match properties of the service, or properties of a request. The service can ignore rules that don't match its properties.

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Sourcemodule AnomalousServiceList = Awso_xray.Values.AnomalousServiceList
Sourcemodule InsightCategoryList = Awso_xray.Values.InsightCategoryList
Sourcemodule InsightSummaryText = Awso_xray.Values.InsightSummaryText
Sourcemodule RequestImpactStatistics = Awso_xray.Values.RequestImpactStatistics

Statistics that describe how the incident has impacted a service.

Sourcemodule InsightImpactGraphEdgeList = Awso_xray.Values.InsightImpactGraphEdgeList
Sourcemodule EventSummaryText = Awso_xray.Values.EventSummaryText
Sourcemodule IndexingRuleValue = Awso_xray.Values.IndexingRuleValue

The indexing rule configuration.

Sourcemodule InsightsConfiguration = Awso_xray.Values.InsightsConfiguration

The structure containing configurations related to insights.

Sourcemodule AmazonResourceName = Awso_xray.Values.AmazonResourceName
Sourcemodule ProbabilisticRuleValueUpdate = Awso_xray.Values.ProbabilisticRuleValueUpdate

Update to the indexing rule configuration for probabilistic sampling.

A map that contains tag keys and tag values to attach to an Amazon Web Services X-Ray group or sampling rule. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference. The following restrictions apply to tags: Maximum number of user-applied tags per resource: 50 Tag keys and values are case sensitive. Don't use aws: as a prefix for keys; it's reserved for Amazon Web Services use. You cannot edit or delete system tags.

Sourcemodule UnprocessedTraceSegment = Awso_xray.Values.UnprocessedTraceSegment

Information about a segment that failed processing.

Sourcemodule TraceSegmentDocument = Awso_xray.Values.TraceSegmentDocument
Sourcemodule EncryptionStatus = Awso_xray.Values.EncryptionStatus

Retrieved collection of spans with matching trace IDs.

A resource policy grants one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy is associated with a specific Amazon Web Services account.

Metadata generated from the segment documents in a trace.

Sourcemodule SamplingStrategyName = Awso_xray.Values.SamplingStrategyName
Sourcemodule TimeSeriesServiceStatistics = Awso_xray.Values.TimeSeriesServiceStatistics

A list of TimeSeriesStatistic structures.

Sourcemodule SamplingTargetDocument = Awso_xray.Values.SamplingTargetDocument

Temporary changes to a sampling rule configuration. To meet the global sampling target for a rule, X-Ray calculates a new reservoir for each service based on the recent sampling results of all services that called GetSamplingTargets.

Sourcemodule UnprocessedStatistics = Awso_xray.Values.UnprocessedStatistics

Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.

Sourcemodule SamplingBoostStatisticsDocument = Awso_xray.Values.SamplingBoostStatisticsDocument

Request anomaly stats for a single rule from a service. Results are for the last 10 seconds unless the service has been assigned a longer reporting interval after a previous call to GetSamplingTargets.

Sourcemodule SamplingStatisticsDocument = Awso_xray.Values.SamplingStatisticsDocument

Request sampling results for a single rule from a service. Results are for the last 10 seconds unless the service has been assigned a longer reporting interval after a previous call to GetSamplingTargets.

Sourcemodule SamplingStatisticSummary = Awso_xray.Values.SamplingStatisticSummary

Aggregated request sampling data for a sampling rule across all services for a 10-second window.

Sourcemodule SamplingRuleRecord = Awso_xray.Values.SamplingRuleRecord

A SamplingRule and its metadata.

Sourcemodule RetrievedService = Awso_xray.Values.RetrievedService

Retrieved information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Information that describes an insight.

Sourcemodule InsightImpactGraphService = Awso_xray.Values.InsightImpactGraphService

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

X-Ray reevaluates insights periodically until they are resolved, and records each intermediate state in an event. You can review incident events in the Impact Timeline on the Inspect page in the X-Ray console.

Rule used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray.

Details for a group without metadata.

A collection of segment documents with matching trace IDs.

Sourcemodule InvalidRequestException = Awso_xray.Values.InvalidRequestException

The request is missing required parameters or has invalid parameters.

Sourcemodule ThrottledException = Awso_xray.Values.ThrottledException

The request exceeds the maximum number of requests per second.

Sourcemodule TraceSegmentDestination = Awso_xray.Values.TraceSegmentDestination
Sourcemodule TraceSegmentDestinationStatus = Awso_xray.Values.TraceSegmentDestinationStatus
Sourcemodule SamplingRuleUpdate = Awso_xray.Values.SamplingRuleUpdate

A document specifying changes to a sampling rule's configuration.

Sourcemodule ResourceNotFoundException = Awso_xray.Values.ResourceNotFoundException

The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is correct.

Sourcemodule IndexingRuleValueUpdate = Awso_xray.Values.IndexingRuleValueUpdate

Update to an indexing rule.

Details and metadata for a group.

Sourcemodule FilterExpression = Awso_xray.Values.FilterExpression
Sourcemodule TooManyTagsException = Awso_xray.Values.TooManyTagsException

You have exceeded the maximum number of tags you can apply to this resource.

Sourcemodule TraceIdListForRetrieval = Awso_xray.Values.TraceIdListForRetrieval
Sourcemodule UnprocessedTraceSegmentList = Awso_xray.Values.UnprocessedTraceSegmentList
Sourcemodule TraceSegmentDocumentList = Awso_xray.Values.TraceSegmentDocumentList
Sourcemodule TelemetryRecordList = Awso_xray.Values.TelemetryRecordList
Sourcemodule InvalidPolicyRevisionIdException = Awso_xray.Values.InvalidPolicyRevisionIdException

A policy revision id was provided which does not match the latest policy revision. This exception is also if a policy revision id of 0 is provided via PutResourcePolicy and a policy with the same name already exists.

Sourcemodule LockoutPreventionException = Awso_xray.Values.LockoutPreventionException

The provided resource policy would prevent the caller of this request from calling PutResourcePolicy in the future.

Sourcemodule MalformedPolicyDocumentException = Awso_xray.Values.MalformedPolicyDocumentException

Invalid policy document provided in request.

Sourcemodule PolicyCountLimitExceededException = Awso_xray.Values.PolicyCountLimitExceededException

Exceeded the maximum number of resource policies for a target Amazon Web Services account.

Sourcemodule PolicySizeLimitExceededException = Awso_xray.Values.PolicySizeLimitExceededException

Exceeded the maximum size for a resource policy.

Sourcemodule EncryptionConfig = Awso_xray.Values.EncryptionConfig

A configuration document that specifies encryption configuration settings.

Sourcemodule ResourcePolicyList = Awso_xray.Values.ResourcePolicyList
Sourcemodule ResourcePolicyNextToken = Awso_xray.Values.ResourcePolicyNextToken
Sourcemodule TraceSummaryList = Awso_xray.Values.TraceSummaryList
Sourcemodule SamplingStrategy = Awso_xray.Values.SamplingStrategy

The name and value of a sampling rule to apply to a trace summary.

Sourcemodule TimeSeriesServiceStatisticsList = Awso_xray.Values.TimeSeriesServiceStatisticsList
Sourcemodule EntitySelectorExpression = Awso_xray.Values.EntitySelectorExpression
Sourcemodule SamplingTargetDocumentList = Awso_xray.Values.SamplingTargetDocumentList
Sourcemodule UnprocessedStatisticsList = Awso_xray.Values.UnprocessedStatisticsList
Sourcemodule SamplingBoostStatisticsDocumentList = Awso_xray.Values.SamplingBoostStatisticsDocumentList
Sourcemodule SamplingStatisticsDocumentList = Awso_xray.Values.SamplingStatisticsDocumentList
Sourcemodule SamplingStatisticSummaryList = Awso_xray.Values.SamplingStatisticSummaryList
Sourcemodule SamplingRuleRecordList = Awso_xray.Values.SamplingRuleRecordList
Sourcemodule RetrievedServicesList = Awso_xray.Values.RetrievedServicesList
Sourcemodule InsightSummaryList = Awso_xray.Values.InsightSummaryList
Sourcemodule GetInsightSummariesMaxResults = Awso_xray.Values.GetInsightSummariesMaxResults
Sourcemodule InsightStateList = Awso_xray.Values.InsightStateList

When fault rates go outside of the expected range, X-Ray creates an insight. Insights tracks emergent issues within your applications.

Sourcemodule InsightImpactGraphServiceList = Awso_xray.Values.InsightImpactGraphServiceList
Sourcemodule InsightEventList = Awso_xray.Values.InsightEventList
Sourcemodule GetInsightEventsMaxResults = Awso_xray.Values.GetInsightEventsMaxResults
Sourcemodule IndexingRuleList = Awso_xray.Values.IndexingRuleList
Sourcemodule GroupSummaryList = Awso_xray.Values.GroupSummaryList
Sourcemodule GetGroupsNextToken = Awso_xray.Values.GetGroupsNextToken
Sourcemodule RuleLimitExceededException = Awso_xray.Values.RuleLimitExceededException

You have reached the maximum number of sampling rules.

Sourcemodule UnprocessedTraceIdList = Awso_xray.Values.UnprocessedTraceIdList
Sourcemodule UpdateTraceSegmentDestinationResult = Awso_xray.Values.UpdateTraceSegmentDestinationResult

Modifies the destination of data sent to PutTraceSegments. The Transaction Search feature requires the CloudWatchLogs destination. For more information, see Transaction Search.

Sourcemodule UpdateTraceSegmentDestinationRequest = Awso_xray.Values.UpdateTraceSegmentDestinationRequest

Modifies the destination of data sent to PutTraceSegments. The Transaction Search feature requires the CloudWatchLogs destination. For more information, see Transaction Search.

Sourcemodule UpdateSamplingRuleResult = Awso_xray.Values.UpdateSamplingRuleResult

Modifies a sampling rule's configuration.

Sourcemodule UpdateSamplingRuleRequest = Awso_xray.Values.UpdateSamplingRuleRequest

Modifies a sampling rule's configuration.

Sourcemodule UpdateIndexingRuleResult = Awso_xray.Values.UpdateIndexingRuleResult

Modifies an indexing rule’s configuration. Indexing rules are used for determining the sampling rate for spans indexed from CloudWatch Logs. For more information, see Transaction Search.

Sourcemodule UpdateIndexingRuleRequest = Awso_xray.Values.UpdateIndexingRuleRequest

Modifies an indexing rule’s configuration. Indexing rules are used for determining the sampling rate for spans indexed from CloudWatch Logs. For more information, see Transaction Search.

Sourcemodule UpdateGroupResult = Awso_xray.Values.UpdateGroupResult

Updates a group resource.

Sourcemodule UpdateGroupRequest = Awso_xray.Values.UpdateGroupRequest

Updates a group resource.

Sourcemodule UntagResourceResponse = Awso_xray.Values.UntagResourceResponse

Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system tags (those with an aws: prefix).

Sourcemodule UntagResourceRequest = Awso_xray.Values.UntagResourceRequest

Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system tags (those with an aws: prefix).

Sourcemodule TagResourceResponse = Awso_xray.Values.TagResourceResponse

Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.

Sourcemodule TagResourceRequest = Awso_xray.Values.TagResourceRequest

Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.

Sourcemodule StartTraceRetrievalResult = Awso_xray.Values.StartTraceRetrievalResult

Initiates a trace retrieval process using the specified time range and for the given trace IDs in the Transaction Search generated CloudWatch log group. For more information, see Transaction Search. API returns a RetrievalToken, which can be used with ListRetrievedTraces or GetRetrievedTracesGraph to fetch results. Retrievals will time out after 60 minutes. To execute long time ranges, consider segmenting into multiple retrievals. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account to retrieve data from a linked source account, as long as both accounts have transaction search enabled. For retrieving data from X-Ray directly as opposed to the Transaction-Search Log group, see BatchGetTraces.

Sourcemodule StartTraceRetrievalRequest = Awso_xray.Values.StartTraceRetrievalRequest

Initiates a trace retrieval process using the specified time range and for the given trace IDs in the Transaction Search generated CloudWatch log group. For more information, see Transaction Search. API returns a RetrievalToken, which can be used with ListRetrievedTraces or GetRetrievedTracesGraph to fetch results. Retrievals will time out after 60 minutes. To execute long time ranges, consider segmenting into multiple retrievals. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account to retrieve data from a linked source account, as long as both accounts have transaction search enabled. For retrieving data from X-Ray directly as opposed to the Transaction-Search Log group, see BatchGetTraces.

Sourcemodule PutTraceSegmentsResult = Awso_xray.Values.PutTraceSegmentsResult

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. Segments must include the following fields. For the full segment document schema, see Amazon Web Services X-Ray Segment Documents in the Amazon Web Services X-Ray Developer Guide. Required segment document fields name - The name of the service that handled the request. id - A 64-bit identifier for the segment, unique among segments in the same trace, in 16 hexadecimal digits. trace_id - A unique identifier that connects all segments and subsegments originating from a single client request. start_time - Time the segment or subsegment was created, in floating point seconds in epoch time, accurate to milliseconds. For example, 1480615200.010 or 1.480615200010E9. end_time - Time the segment or subsegment was closed. For example, 1480615200.090 or 1.480615200090E9. Specify either an end_time or in_progress. in_progress - Set to true instead of specifying an end_time to record that a segment has been started, but is not complete. Send an in-progress segment when your application receives a request that will take a long time to serve, to trace that the request was received. When the response is sent, send the complete segment to overwrite the in-progress segment. A trace_id consists of three numbers separated by hyphens. For example, 1-58406520-a006649127e371903a2de979. For trace IDs created by an X-Ray SDK, or by Amazon Web Services services integrated with X-Ray, a trace ID includes: Trace ID Format The version number, for instance, 1. The time of the original request, in Unix epoch time, in 8 hexadecimal digits. For example, 10:00AM December 2nd, 2016 PST in epoch time is 1480615200 seconds, or 58406520 in hexadecimal. A 96-bit identifier for the trace, globally unique, in 24 hexadecimal digits. Trace IDs created via OpenTelemetry have a different format based on the W3C Trace Context specification. A W3C trace ID must be formatted in the X-Ray trace ID format when sending to X-Ray. For example, a W3C trace ID 4efaaf4d1e8720b39541901950019ee5 should be formatted as 1-4efaaf4d-1e8720b39541901950019ee5 when sending to X-Ray. While X-Ray trace IDs include the original request timestamp in Unix epoch time, this is not required or validated.

Sourcemodule PutTraceSegmentsRequest = Awso_xray.Values.PutTraceSegmentsRequest

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. Segments must include the following fields. For the full segment document schema, see Amazon Web Services X-Ray Segment Documents in the Amazon Web Services X-Ray Developer Guide. Required segment document fields name - The name of the service that handled the request. id - A 64-bit identifier for the segment, unique among segments in the same trace, in 16 hexadecimal digits. trace_id - A unique identifier that connects all segments and subsegments originating from a single client request. start_time - Time the segment or subsegment was created, in floating point seconds in epoch time, accurate to milliseconds. For example, 1480615200.010 or 1.480615200010E9. end_time - Time the segment or subsegment was closed. For example, 1480615200.090 or 1.480615200090E9. Specify either an end_time or in_progress. in_progress - Set to true instead of specifying an end_time to record that a segment has been started, but is not complete. Send an in-progress segment when your application receives a request that will take a long time to serve, to trace that the request was received. When the response is sent, send the complete segment to overwrite the in-progress segment. A trace_id consists of three numbers separated by hyphens. For example, 1-58406520-a006649127e371903a2de979. For trace IDs created by an X-Ray SDK, or by Amazon Web Services services integrated with X-Ray, a trace ID includes: Trace ID Format The version number, for instance, 1. The time of the original request, in Unix epoch time, in 8 hexadecimal digits. For example, 10:00AM December 2nd, 2016 PST in epoch time is 1480615200 seconds, or 58406520 in hexadecimal. A 96-bit identifier for the trace, globally unique, in 24 hexadecimal digits. Trace IDs created via OpenTelemetry have a different format based on the W3C Trace Context specification. A W3C trace ID must be formatted in the X-Ray trace ID format when sending to X-Ray. For example, a W3C trace ID 4efaaf4d1e8720b39541901950019ee5 should be formatted as 1-4efaaf4d-1e8720b39541901950019ee5 when sending to X-Ray. While X-Ray trace IDs include the original request timestamp in Unix epoch time, this is not required or validated.

Sourcemodule PutTelemetryRecordsResult = Awso_xray.Values.PutTelemetryRecordsResult

Used by the Amazon Web Services X-Ray daemon to upload telemetry.

Sourcemodule PutTelemetryRecordsRequest = Awso_xray.Values.PutTelemetryRecordsRequest

Used by the Amazon Web Services X-Ray daemon to upload telemetry.

Sourcemodule PutResourcePolicyResult = Awso_xray.Values.PutResourcePolicyResult

Sets the resource policy to grant one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy will be associated with a specific Amazon Web Services account. Each Amazon Web Services account can have a maximum of 5 resource policies, and each policy name must be unique within that account. The maximum size of each resource policy is 5KB.

Sourcemodule PutResourcePolicyRequest = Awso_xray.Values.PutResourcePolicyRequest

Sets the resource policy to grant one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy will be associated with a specific Amazon Web Services account. Each Amazon Web Services account can have a maximum of 5 resource policies, and each policy name must be unique within that account. The maximum size of each resource policy is 5KB.

Sourcemodule PutEncryptionConfigResult = Awso_xray.Values.PutEncryptionConfigResult

Updates the encryption configuration for X-Ray data.

Sourcemodule PutEncryptionConfigRequest = Awso_xray.Values.PutEncryptionConfigRequest

Updates the encryption configuration for X-Ray data.

Sourcemodule ListTagsForResourceResponse = Awso_xray.Values.ListTagsForResourceResponse

Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.

Sourcemodule ListTagsForResourceRequest = Awso_xray.Values.ListTagsForResourceRequest

Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.

Sourcemodule ListRetrievedTracesResult = Awso_xray.Values.ListRetrievedTracesResult

Retrieves a list of traces for a given RetrievalToken from the CloudWatch log group generated by Transaction Search. For information on what each trace returns, see BatchGetTraces. This API does not initiate a retrieval process. To start a trace retrieval, use StartTraceRetrieval, which generates the required RetrievalToken. When the RetrievalStatus is not COMPLETE, the API will return an empty response. Retry the request once the retrieval has completed to access the full list of traces. For cross-account observability, this API can retrieve traces from linked accounts when CloudWatch log is set as the destination across relevant accounts. For more details, see CloudWatch cross-account observability. For retrieving data from X-Ray directly as opposed to the Transaction Search generated log group, see BatchGetTraces.

Sourcemodule ListRetrievedTracesRequest = Awso_xray.Values.ListRetrievedTracesRequest

Retrieves a list of traces for a given RetrievalToken from the CloudWatch log group generated by Transaction Search. For information on what each trace returns, see BatchGetTraces. This API does not initiate a retrieval process. To start a trace retrieval, use StartTraceRetrieval, which generates the required RetrievalToken. When the RetrievalStatus is not COMPLETE, the API will return an empty response. Retry the request once the retrieval has completed to access the full list of traces. For cross-account observability, this API can retrieve traces from linked accounts when CloudWatch log is set as the destination across relevant accounts. For more details, see CloudWatch cross-account observability. For retrieving data from X-Ray directly as opposed to the Transaction Search generated log group, see BatchGetTraces.

Sourcemodule ListResourcePoliciesResult = Awso_xray.Values.ListResourcePoliciesResult

Returns the list of resource policies in the target Amazon Web Services account.

Sourcemodule ListResourcePoliciesRequest = Awso_xray.Values.ListResourcePoliciesRequest

Returns the list of resource policies in the target Amazon Web Services account.

Sourcemodule GetTraceSummariesResult = Awso_xray.Values.GetTraceSummariesResult

Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces. A filter expression can target traced requests that hit specific service nodes or edges, have errors, or come from a known user. For example, the following filter expression targets traces that pass through api.example.com: service("api.example.com") This filter expression finds traces that have an annotation named account with the value 12345: annotation.account = "12345" For a full list of indexed fields and keywords that you can use in filter expressions, see Use filter expressions in the Amazon Web Services X-Ray Developer Guide.

Sourcemodule GetTraceSummariesRequest = Awso_xray.Values.GetTraceSummariesRequest

Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces. A filter expression can target traced requests that hit specific service nodes or edges, have errors, or come from a known user. For example, the following filter expression targets traces that pass through api.example.com: service("api.example.com") This filter expression finds traces that have an annotation named account with the value 12345: annotation.account = "12345" For a full list of indexed fields and keywords that you can use in filter expressions, see Use filter expressions in the Amazon Web Services X-Ray Developer Guide.

Sourcemodule GetTraceSegmentDestinationResult = Awso_xray.Values.GetTraceSegmentDestinationResult

Retrieves the current destination of data sent to PutTraceSegments and OpenTelemetry protocol (OTLP) endpoint. The Transaction Search feature requires a CloudWatchLogs destination. For more information, see Transaction Search and OpenTelemetry.

Sourcemodule GetTraceSegmentDestinationRequest = Awso_xray.Values.GetTraceSegmentDestinationRequest

Retrieves the current destination of data sent to PutTraceSegments and OpenTelemetry protocol (OTLP) endpoint. The Transaction Search feature requires a CloudWatchLogs destination. For more information, see Transaction Search and OpenTelemetry.

Sourcemodule GetTraceGraphResult = Awso_xray.Values.GetTraceGraphResult

Retrieves a service graph for one or more specific trace IDs.

Sourcemodule GetTraceGraphRequest = Awso_xray.Values.GetTraceGraphRequest

Retrieves a service graph for one or more specific trace IDs.

Sourcemodule GetTimeSeriesServiceStatisticsResult = Awso_xray.Values.GetTimeSeriesServiceStatisticsResult

Get an aggregation of service statistics defined by a specific time range.

Sourcemodule GetTimeSeriesServiceStatisticsRequest = Awso_xray.Values.GetTimeSeriesServiceStatisticsRequest

Get an aggregation of service statistics defined by a specific time range.

Sourcemodule GetServiceGraphResult = Awso_xray.Values.GetServiceGraphResult

Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the Amazon Web Services X-Ray SDK. Downstream services can be other applications, Amazon Web Services resources, HTTP web APIs, or SQL databases.

Sourcemodule GetServiceGraphRequest = Awso_xray.Values.GetServiceGraphRequest

Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the Amazon Web Services X-Ray SDK. Downstream services can be other applications, Amazon Web Services resources, HTTP web APIs, or SQL databases.

Sourcemodule GetSamplingTargetsResult = Awso_xray.Values.GetSamplingTargetsResult

Requests a sampling quota for rules that the service is using to sample requests.

Sourcemodule GetSamplingTargetsRequest = Awso_xray.Values.GetSamplingTargetsRequest

Requests a sampling quota for rules that the service is using to sample requests.

Sourcemodule GetSamplingStatisticSummariesResult = Awso_xray.Values.GetSamplingStatisticSummariesResult

Retrieves information about recent sampling results for all sampling rules.

Sourcemodule GetSamplingStatisticSummariesRequest = Awso_xray.Values.GetSamplingStatisticSummariesRequest

Retrieves information about recent sampling results for all sampling rules.

Sourcemodule GetSamplingRulesResult = Awso_xray.Values.GetSamplingRulesResult

Retrieves all sampling rules.

Sourcemodule GetSamplingRulesRequest = Awso_xray.Values.GetSamplingRulesRequest

Retrieves all sampling rules.

Sourcemodule GetRetrievedTracesGraphResult = Awso_xray.Values.GetRetrievedTracesGraphResult

Retrieves a service graph for traces based on the specified RetrievalToken from the CloudWatch log group generated by Transaction Search. This API does not initiate a retrieval job. You must first execute StartTraceRetrieval to obtain the required RetrievalToken. The trace graph describes services that process incoming requests and any downstream services they call, which may include Amazon Web Services resources, external APIs, or databases. The response is empty until the RetrievalStatus is COMPLETE. Retry the request after the status changes from RUNNING or SCHEDULED to COMPLETE to access the full service graph. When CloudWatch log is the destination, this API can support cross-account observability and service graph retrieval across linked accounts. For retrieving graphs from X-Ray directly as opposed to the Transaction-Search Log group, see GetTraceGraph.

Sourcemodule GetRetrievedTracesGraphRequest = Awso_xray.Values.GetRetrievedTracesGraphRequest

Retrieves a service graph for traces based on the specified RetrievalToken from the CloudWatch log group generated by Transaction Search. This API does not initiate a retrieval job. You must first execute StartTraceRetrieval to obtain the required RetrievalToken. The trace graph describes services that process incoming requests and any downstream services they call, which may include Amazon Web Services resources, external APIs, or databases. The response is empty until the RetrievalStatus is COMPLETE. Retry the request after the status changes from RUNNING or SCHEDULED to COMPLETE to access the full service graph. When CloudWatch log is the destination, this API can support cross-account observability and service graph retrieval across linked accounts. For retrieving graphs from X-Ray directly as opposed to the Transaction-Search Log group, see GetTraceGraph.

Sourcemodule GetInsightSummariesResult = Awso_xray.Values.GetInsightSummariesResult

Retrieves the summaries of all insights in the specified group matching the provided filter values.

Sourcemodule GetInsightSummariesRequest = Awso_xray.Values.GetInsightSummariesRequest

Retrieves the summaries of all insights in the specified group matching the provided filter values.

Sourcemodule GetInsightResult = Awso_xray.Values.GetInsightResult

Retrieves the summary information of an insight. This includes impact to clients and root cause services, the top anomalous services, the category, the state of the insight, and the start and end time of the insight.

Sourcemodule GetInsightRequest = Awso_xray.Values.GetInsightRequest

Retrieves the summary information of an insight. This includes impact to clients and root cause services, the top anomalous services, the category, the state of the insight, and the start and end time of the insight.

Sourcemodule GetInsightImpactGraphResult = Awso_xray.Values.GetInsightImpactGraphResult

Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API.

Sourcemodule GetInsightImpactGraphRequest = Awso_xray.Values.GetInsightImpactGraphRequest

Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API.

Sourcemodule GetInsightEventsResult = Awso_xray.Values.GetInsightEventsResult

X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console.

Sourcemodule GetInsightEventsRequest = Awso_xray.Values.GetInsightEventsRequest

X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console.

Sourcemodule GetIndexingRulesResult = Awso_xray.Values.GetIndexingRulesResult

Retrieves all indexing rules. Indexing rules are used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray. For more information, see Transaction Search.

Sourcemodule GetIndexingRulesRequest = Awso_xray.Values.GetIndexingRulesRequest

Retrieves all indexing rules. Indexing rules are used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray. For more information, see Transaction Search.

Retrieves all active group details.

Sourcemodule GetGroupsRequest = Awso_xray.Values.GetGroupsRequest

Retrieves all active group details.

Retrieves group resource details.

Retrieves group resource details.

Sourcemodule GetEncryptionConfigResult = Awso_xray.Values.GetEncryptionConfigResult

Retrieves the current encryption configuration for X-Ray data.

Sourcemodule GetEncryptionConfigRequest = Awso_xray.Values.GetEncryptionConfigRequest

Retrieves the current encryption configuration for X-Ray data.

Sourcemodule DeleteSamplingRuleResult = Awso_xray.Values.DeleteSamplingRuleResult

Deletes a sampling rule.

Sourcemodule DeleteSamplingRuleRequest = Awso_xray.Values.DeleteSamplingRuleRequest

Deletes a sampling rule.

Sourcemodule DeleteResourcePolicyResult = Awso_xray.Values.DeleteResourcePolicyResult

Deletes a resource policy from the target Amazon Web Services account.

Sourcemodule DeleteResourcePolicyRequest = Awso_xray.Values.DeleteResourcePolicyRequest

Deletes a resource policy from the target Amazon Web Services account.

Sourcemodule DeleteGroupResult = Awso_xray.Values.DeleteGroupResult

Deletes a group resource.

Sourcemodule DeleteGroupRequest = Awso_xray.Values.DeleteGroupRequest

Deletes a group resource.

Sourcemodule CreateSamplingRuleResult = Awso_xray.Values.CreateSamplingRuleResult

Creates a rule to control sampling behavior for instrumented applications. Services retrieve rules with GetSamplingRules, and evaluate each rule in ascending order of priority for each request. If a rule matches, the service records a trace, borrowing it from the reservoir size. After 10 seconds, the service reports back to X-Ray with GetSamplingTargets to get updated versions of each in-use rule. The updated rule contains a trace quota that the service can use instead of borrowing from the reservoir.

Sourcemodule CreateSamplingRuleRequest = Awso_xray.Values.CreateSamplingRuleRequest

Creates a rule to control sampling behavior for instrumented applications. Services retrieve rules with GetSamplingRules, and evaluate each rule in ascending order of priority for each request. If a rule matches, the service records a trace, borrowing it from the reservoir size. After 10 seconds, the service reports back to X-Ray with GetSamplingTargets to get updated versions of each in-use rule. The updated rule contains a trace quota that the service can use instead of borrowing from the reservoir.

Sourcemodule CreateGroupResult = Awso_xray.Values.CreateGroupResult

Creates a group resource with a name and a filter expression.

Sourcemodule CreateGroupRequest = Awso_xray.Values.CreateGroupRequest

Creates a group resource with a name and a filter expression.

Sourcemodule CancelTraceRetrievalResult = Awso_xray.Values.CancelTraceRetrievalResult

Cancels an ongoing trace retrieval job initiated by StartTraceRetrieval using the provided RetrievalToken. A successful cancellation will return an HTTP 200 response.

Sourcemodule CancelTraceRetrievalRequest = Awso_xray.Values.CancelTraceRetrievalRequest

Cancels an ongoing trace retrieval job initiated by StartTraceRetrieval using the provided RetrievalToken. A successful cancellation will return an HTTP 200 response.

Sourcemodule BatchGetTracesResult = Awso_xray.Values.BatchGetTracesResult

You cannot find traces through this API if Transaction Search is enabled since trace is not indexed in X-Ray. Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.

Sourcemodule BatchGetTracesRequest = Awso_xray.Values.BatchGetTracesRequest

You cannot find traces through this API if Transaction Search is enabled since trace is not indexed in X-Ray. Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.

Sourcemodule Cli : sig ... end