Module Awso_rum_asyncSource

include module type of struct include Awso_rum.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 DeobfuscationS3Uri = Awso_rum.Values.DeobfuscationS3Uri
Sourcemodule DeobfuscationStatus = Awso_rum.Values.DeobfuscationStatus
Sourcemodule QueryFilterValue = Awso_rum.Values.QueryFilterValue
Sourcemodule DimensionKeysMap = Awso_rum.Values.DimensionKeysMap
Sourcemodule RumEventIdString = Awso_rum.Values.RumEventIdString
Sourcemodule DestinationArn = Awso_rum.Values.DestinationArn
Sourcemodule MetricDestination = Awso_rum.Values.MetricDestination
Sourcemodule AppMonitorName = Awso_rum.Values.AppMonitorName
Sourcemodule AppMonitorPlatform = Awso_rum.Values.AppMonitorPlatform
Sourcemodule ISOTimestampString = Awso_rum.Values.ISOTimestampString
Sourcemodule IdentityPoolId = Awso_rum.Values.IdentityPoolId
Sourcemodule SessionSampleRate = Awso_rum.Values.SessionSampleRate
Sourcemodule AppMonitorDomain = Awso_rum.Values.AppMonitorDomain
Sourcemodule CustomEventsStatus = Awso_rum.Values.CustomEventsStatus

A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.

Sourcemodule JavaScriptSourceMaps = Awso_rum.Values.JavaScriptSourceMaps

A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.

Sourcemodule QueryFilterKey = Awso_rum.Values.QueryFilterKey
Sourcemodule QueryFilterValueList = Awso_rum.Values.QueryFilterValueList
Sourcemodule MetricDefinitionId = Awso_rum.Values.MetricDefinitionId
Sourcemodule MetricDefinitionRequest = Awso_rum.Values.MetricDefinitionRequest

Use this structure to define one extended metric or custom metric that RUM will send to CloudWatch or CloudWatch Evidently. For more information, see Custom metrics and extended metrics that you can send to CloudWatch and CloudWatch Evidently. This structure is validated differently for extended metrics and custom metrics. For extended metrics that are sent to the AWS/RUM namespace, the following validations apply: The Namespace parameter must be omitted or set to AWS/RUM. Only certain combinations of values for Name, ValueKey, and EventPattern are valid. In addition to what is displayed in the following list, the EventPattern can also include information used by the DimensionKeys field. If Name is PerformanceNavigationDuration, then ValueKeymust be event_details.duration and the EventPattern must include {"event_type":["com.amazon.rum.performance_navigation_event"]} If Name is PerformanceResourceDuration, then ValueKeymust be event_details.duration and the EventPattern must include {"event_type":["com.amazon.rum.performance_resource_event"]} If Name is NavigationSatisfiedTransaction, then ValueKeymust be null and the EventPattern must include { "event_type": ["com.amazon.rum.performance_navigation_event"], "event_details": { "duration": [{ "numeric": [">",2000] }] } } If Name is NavigationToleratedTransaction, then ValueKeymust be null and the EventPattern must include { "event_type": ["com.amazon.rum.performance_navigation_event"], "event_details": { "duration": [{ "numeric": [">=",2000,"<"8000] }] } } If Name is NavigationFrustratedTransaction, then ValueKeymust be null and the EventPattern must include { "event_type": ["com.amazon.rum.performance_navigation_event"], "event_details": { "duration": [{ "numeric": [">=",8000] }] } } If Name is WebVitalsCumulativeLayoutShift, then ValueKeymust be event_details.value and the EventPattern must include {"event_type":["com.amazon.rum.cumulative_layout_shift_event"]} If Name is WebVitalsFirstInputDelay, then ValueKeymust be event_details.value and the EventPattern must include {"event_type":["com.amazon.rum.first_input_delay_event"]} If Name is WebVitalsLargestContentfulPaint, then ValueKeymust be event_details.value and the EventPattern must include {"event_type":["com.amazon.rum.largest_contentful_paint_event"]} If Name is JsErrorCount, then ValueKeymust be null and the EventPattern must include {"event_type":["com.amazon.rum.js_error_event"]} If Name is HttpErrorCount, then ValueKeymust be null and the EventPattern must include {"event_type":["com.amazon.rum.http_event"]} If Name is SessionCount, then ValueKeymust be null and the EventPattern must include {"event_type":["com.amazon.rum.session_start_event"]} If Name is PageViewCount, then ValueKeymust be null and the EventPattern must include {"event_type":["com.amazon.rum.page_view_event"]} If Name is Http4xxCount, then ValueKeymust be null and the EventPattern must include {"event_type": ["com.amazon.rum.http_event"],"event_details":{"response":{"status":[{"numeric":[">=",400,"<",500]}]}}} } If Name is Http5xxCount, then ValueKeymust be null and the EventPattern must include {"event_type": ["com.amazon.rum.http_event"],"event_details":{"response":{"status":[{"numeric":[">=",500,"<=",599]}]}}} } For custom metrics, the following validation rules apply: The namespace can't be omitted and can't be AWS/RUM. You can use the AWS/RUM namespace only for extended metrics. All dimensions listed in the DimensionKeys field must be present in the value of EventPattern. The values that you specify for ValueKey, EventPattern, and DimensionKeys must be fields in RUM events, so all first-level keys in these fields must be one of the keys in the list later in this section. If you set a value for EventPattern, it must be a JSON object. For every non-empty event_details, there must be a non-empty event_type. If EventPattern contains an event_details field, it must also contain an event_type. For every built-in event_type that you use, you must use a value for event_details that corresponds to that event_type. For information about event details that correspond to event types, see RUM event details. In EventPattern, any JSON array must contain only one value. Valid key values for first-level keys in the ValueKey, EventPattern, and DimensionKeys fields: account_id application_Id application_version application_name batch_id event_details event_id event_interaction event_timestamp event_type event_version log_stream metadata sessionId user_details userId

A structure that contains the information for one performance event that RUM collects from a user session with your application.

Sourcemodule UserDetailsSessionIdString = Awso_rum.Values.UserDetailsSessionIdString
Sourcemodule UserDetailsUserIdString = Awso_rum.Values.UserDetailsUserIdString
Sourcemodule MetricDestinationSummary = Awso_rum.Values.MetricDestinationSummary

A structure that displays information about one destination that CloudWatch RUM sends extended metrics to.

Sourcemodule AppMonitorSummary = Awso_rum.Values.AppMonitorSummary

A structure that includes some data about app monitors and their settings.

Sourcemodule AppMonitorConfiguration = Awso_rum.Values.AppMonitorConfiguration

This structure contains much of the configuration data for the app monitor.

Sourcemodule AppMonitorDomainList = Awso_rum.Values.AppMonitorDomainList

A structure that contains information about custom events for this app monitor.

A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.

Sourcemodule DeobfuscationConfiguration = Awso_rum.Values.DeobfuscationConfiguration

A structure that contains the configuration for how an app monitor can deobfuscate stack traces.

A structure that defines a key and values that you can use to filter the results. The only performance events that are returned are those that have values matching the ones that you specify in one of your QueryFilter structures. For example, you could specify Browser as the Name and specify Chrome,Firefox as the Values to return events generated only from those browsers. Specifying Invert as the Name works as a "not equal to" filter. For example, specify Invert as the Name and specify Chrome as the value to return all events except events from user sessions with the Chrome browser.

Sourcemodule QueryTimestamp = Awso_rum.Values.QueryTimestamp
Sourcemodule MetricDefinition = Awso_rum.Values.MetricDefinition

A structure that displays the definition of one extended metric that RUM sends to CloudWatch or CloudWatch Evidently. For more information, see Additional metrics that you can send to CloudWatch and CloudWatch Evidently.

Sourcemodule BatchDeleteRumMetricDefinitionsError = Awso_rum.Values.BatchDeleteRumMetricDefinitionsError

A structure that defines one error caused by a BatchCreateRumMetricsDefinitions operation.

Sourcemodule BatchCreateRumMetricDefinitionsError = Awso_rum.Values.BatchCreateRumMetricDefinitionsError

A structure that defines one error caused by a BatchCreateRumMetricsDefinitions operation.

Sourcemodule AccessDeniedException = Awso_rum.Values.AccessDeniedException

You don't have sufficient permissions to perform this action.

Sourcemodule ConflictException = Awso_rum.Values.ConflictException

This operation attempted to create a resource that already exists.

Sourcemodule InternalServerException = Awso_rum.Values.InternalServerException

Internal service exception.

Sourcemodule ResourceNotFoundException = Awso_rum.Values.ResourceNotFoundException

Resource not found.

Sourcemodule ServiceQuotaExceededException = Awso_rum.Values.ServiceQuotaExceededException

This request exceeds a service quota.

Sourcemodule ThrottlingException = Awso_rum.Values.ThrottlingException

The request was throttled because of quota limits.

Sourcemodule ValidationException = Awso_rum.Values.ValidationException

One of the arguments for the request is not valid.

Sourcemodule AppMonitorDetails = Awso_rum.Values.AppMonitorDetails

A structure that contains information about the RUM app monitor.

Sourcemodule PutRumEventsRequestBatchIdString = Awso_rum.Values.PutRumEventsRequestBatchIdString
Sourcemodule PutRumEventsRequestIdString = Awso_rum.Values.PutRumEventsRequestIdString

A structure that contains information about the user session that this batch of events was collected from.

Sourcemodule InvalidPolicyRevisionIdException = Awso_rum.Values.InvalidPolicyRevisionIdException

The policy revision ID that you provided doeesn't match the latest policy revision ID.

Sourcemodule MalformedPolicyDocumentException = Awso_rum.Values.MalformedPolicyDocumentException

The policy document that you specified is not formatted correctly.

Sourcemodule PolicyRevisionId = Awso_rum.Values.PolicyRevisionId
Sourcemodule PolicySizeLimitExceededException = Awso_rum.Values.PolicySizeLimitExceededException

The policy document is too large. The limit is 4 KB.

Sourcemodule MetricDestinationSummaryList = Awso_rum.Values.MetricDestinationSummaryList
Sourcemodule MaxResultsInteger = Awso_rum.Values.MaxResultsInteger
Sourcemodule AppMonitorSummaryList = Awso_rum.Values.AppMonitorSummaryList
Sourcemodule PolicyNotFoundException = Awso_rum.Values.PolicyNotFoundException

The resource-based policy doesn't exist on this app monitor.

A RUM app monitor collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.

Sourcemodule MaxQueryResults = Awso_rum.Values.MaxQueryResults

A structure that defines the time range that you want to retrieve results from.

Sourcemodule MetricDefinitions = Awso_rum.Values.MetricDefinitions
Sourcemodule BatchDeleteRumMetricDefinitionsErrors = Awso_rum.Values.BatchDeleteRumMetricDefinitionsErrors
Sourcemodule MetricDefinitionIds = Awso_rum.Values.MetricDefinitionIds
Sourcemodule BatchCreateRumMetricDefinitionsErrors = Awso_rum.Values.BatchCreateRumMetricDefinitionsErrors
Sourcemodule MetricDefinitionsRequest = Awso_rum.Values.MetricDefinitionsRequest
Sourcemodule UpdateRumMetricDefinitionResponse = Awso_rum.Values.UpdateRumMetricDefinitionResponse

Modifies one existing metric definition for CloudWatch RUM extended metrics. For more information about extended metrics, see BatchCreateRumMetricsDefinitions.

Sourcemodule UpdateRumMetricDefinitionRequest = Awso_rum.Values.UpdateRumMetricDefinitionRequest

Modifies one existing metric definition for CloudWatch RUM extended metrics. For more information about extended metrics, see BatchCreateRumMetricsDefinitions.

Sourcemodule UpdateAppMonitorResponse = Awso_rum.Values.UpdateAppMonitorResponse

Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor configuration that you specify in this operation are changed. For any parameters that you omit, the existing values are kept. You can't use this operation to change the tags of an existing app monitor. To change the tags of an existing app monitor, use TagResource. To create a new app monitor, use CreateAppMonitor. After you update an app monitor, sign in to the CloudWatch RUM console to get the updated JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

Sourcemodule UpdateAppMonitorRequest = Awso_rum.Values.UpdateAppMonitorRequest

Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor configuration that you specify in this operation are changed. For any parameters that you omit, the existing values are kept. You can't use this operation to change the tags of an existing app monitor. To change the tags of an existing app monitor, use TagResource. To create a new app monitor, use CreateAppMonitor. After you update an app monitor, sign in to the CloudWatch RUM console to get the updated JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

Sourcemodule UntagResourceResponse = Awso_rum.Values.UntagResourceResponse

Removes one or more tags from the specified resource.

Sourcemodule UntagResourceRequest = Awso_rum.Values.UntagResourceRequest

Removes one or more tags from the specified resource.

Sourcemodule TagResourceResponse = Awso_rum.Values.TagResourceResponse

Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently, the only resources that can be tagged app monitors. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. For more information, see Tagging Amazon Web Services resources.

Sourcemodule TagResourceRequest = Awso_rum.Values.TagResourceRequest

Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently, the only resources that can be tagged app monitors. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. For more information, see Tagging Amazon Web Services resources.

Sourcemodule PutRumMetricsDestinationResponse = Awso_rum.Values.PutRumMetricsDestinationResponse

Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see BatchCreateRumMetricDefinitions.

Sourcemodule PutRumMetricsDestinationRequest = Awso_rum.Values.PutRumMetricsDestinationRequest

Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment. For more information about extended metrics, see BatchCreateRumMetricDefinitions.

Sourcemodule PutRumEventsResponse = Awso_rum.Values.PutRumEventsResponse

Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet that RUM generates for you to add to your application includes PutRumEvents operations to send this data to RUM. Each PutRumEvents operation can send a batch of events from one user session.

Sourcemodule PutRumEventsRequest = Awso_rum.Values.PutRumEventsRequest

Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet that RUM generates for you to add to your application includes PutRumEvents operations to send this data to RUM. Each PutRumEvents operation can send a batch of events from one user session.

Sourcemodule PutResourcePolicyResponse = Awso_rum.Values.PutResourcePolicyResponse

Use this operation to assign a resource-based policy to a CloudWatch RUM app monitor to control access to it. Each app monitor can have one resource-based policy. The maximum size of the policy is 4 KB. To learn more about using resource policies with RUM, see Using resource-based policies with CloudWatch RUM.

Sourcemodule PutResourcePolicyRequest = Awso_rum.Values.PutResourcePolicyRequest

Use this operation to assign a resource-based policy to a CloudWatch RUM app monitor to control access to it. Each app monitor can have one resource-based policy. The maximum size of the policy is 4 KB. To learn more about using resource policies with RUM, see Using resource-based policies with CloudWatch RUM.

Sourcemodule ListTagsForResourceResponse = Awso_rum.Values.ListTagsForResourceResponse

Displays the tags associated with a CloudWatch RUM resource.

Sourcemodule ListTagsForResourceRequest = Awso_rum.Values.ListTagsForResourceRequest

Displays the tags associated with a CloudWatch RUM resource.

Sourcemodule ListRumMetricsDestinationsResponse = Awso_rum.Values.ListRumMetricsDestinationsResponse

Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor. For more information about extended metrics, see AddRumMetrics.

Sourcemodule ListRumMetricsDestinationsRequest = Awso_rum.Values.ListRumMetricsDestinationsRequest

Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor. For more information about extended metrics, see AddRumMetrics.

Sourcemodule ListAppMonitorsResponse = Awso_rum.Values.ListAppMonitorsResponse

Returns a list of the Amazon CloudWatch RUM app monitors in the account.

Sourcemodule ListAppMonitorsRequest = Awso_rum.Values.ListAppMonitorsRequest

Returns a list of the Amazon CloudWatch RUM app monitors in the account.

Sourcemodule GetResourcePolicyResponse = Awso_rum.Values.GetResourcePolicyResponse

Use this operation to retrieve information about a resource-based policy that is attached to an app monitor.

Sourcemodule GetResourcePolicyRequest = Awso_rum.Values.GetResourcePolicyRequest

Use this operation to retrieve information about a resource-based policy that is attached to an app monitor.

Sourcemodule GetAppMonitorResponse = Awso_rum.Values.GetAppMonitorResponse

Retrieves the complete configuration information for one app monitor.

Sourcemodule GetAppMonitorRequest = Awso_rum.Values.GetAppMonitorRequest

Retrieves the complete configuration information for one app monitor.

Sourcemodule GetAppMonitorDataResponse = Awso_rum.Values.GetAppMonitorDataResponse

Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.

Sourcemodule GetAppMonitorDataRequest = Awso_rum.Values.GetAppMonitorDataRequest

Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.

Sourcemodule DeleteRumMetricsDestinationResponse = Awso_rum.Values.DeleteRumMetricsDestinationResponse

Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.

Sourcemodule DeleteRumMetricsDestinationRequest = Awso_rum.Values.DeleteRumMetricsDestinationRequest

Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.

Sourcemodule DeleteResourcePolicyResponse = Awso_rum.Values.DeleteResourcePolicyResponse

Removes the association of a resource-based policy from an app monitor.

Sourcemodule DeleteResourcePolicyRequest = Awso_rum.Values.DeleteResourcePolicyRequest

Removes the association of a resource-based policy from an app monitor.

Sourcemodule DeleteAppMonitorResponse = Awso_rum.Values.DeleteAppMonitorResponse

Deletes an existing app monitor. This immediately stops the collection of data.

Sourcemodule DeleteAppMonitorRequest = Awso_rum.Values.DeleteAppMonitorRequest

Deletes an existing app monitor. This immediately stops the collection of data.

Sourcemodule CreateAppMonitorResponse = Awso_rum.Values.CreateAppMonitorResponse

Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior. You use this operation only to create a new app monitor. To update an existing app monitor, use UpdateAppMonitor instead. After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

Sourcemodule CreateAppMonitorRequest = Awso_rum.Values.CreateAppMonitorRequest

Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior. You use this operation only to create a new app monitor. To update an existing app monitor, use UpdateAppMonitor instead. After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

Sourcemodule BatchGetRumMetricDefinitionsResponse = Awso_rum.Values.BatchGetRumMetricDefinitionsResponse

Retrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.

Sourcemodule BatchGetRumMetricDefinitionsRequest = Awso_rum.Values.BatchGetRumMetricDefinitionsRequest

Retrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.

Sourcemodule BatchDeleteRumMetricDefinitionsResponse = Awso_rum.Values.BatchDeleteRumMetricDefinitionsResponse

Removes the specified metrics from being sent to an extended metrics destination. If some metric definition IDs specified in a BatchDeleteRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definition IDs in the same operation are still deleted. The maximum number of metric definitions that you can specify in one BatchDeleteRumMetricDefinitions operation is 200.

Sourcemodule BatchDeleteRumMetricDefinitionsRequest = Awso_rum.Values.BatchDeleteRumMetricDefinitionsRequest

Removes the specified metrics from being sent to an extended metrics destination. If some metric definition IDs specified in a BatchDeleteRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definition IDs in the same operation are still deleted. The maximum number of metric definitions that you can specify in one BatchDeleteRumMetricDefinitions operation is 200.

Sourcemodule BatchCreateRumMetricDefinitionsResponse = Awso_rum.Values.BatchCreateRumMetricDefinitionsResponse

Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. In addition to these default metrics, you can choose to send extended metrics, custom metrics, or both. Extended metrics let you send metrics with additional dimensions that aren't included in the default metrics. You can also send extended metrics to both Evidently and CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. Custom metrics are metrics that you define. You can send custom metrics to CloudWatch. CloudWatch Evidently, or both. With custom metrics, you can use any metric name and namespace. To derive the metrics, you can use any custom events, built-in events, custom attributes, or default attributes. You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace . The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.

Sourcemodule BatchCreateRumMetricDefinitionsRequest = Awso_rum.Values.BatchCreateRumMetricDefinitionsRequest

Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently. By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM. In addition to these default metrics, you can choose to send extended metrics, custom metrics, or both. Extended metrics let you send metrics with additional dimensions that aren't included in the default metrics. You can also send extended metrics to both Evidently and CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently. Custom metrics are metrics that you define. You can send custom metrics to CloudWatch. CloudWatch Evidently, or both. With custom metrics, you can use any metric name and namespace. To derive the metrics, you can use any custom events, built-in events, custom attributes, or default attributes. You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace . The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200. The maximum number of metric definitions that one destination can contain is 2000. Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing. You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination. If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.

Sourcemodule Cli : sig ... end