AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to BatchDeleteRumMetricDefinitionsAsync.

Namespace: Amazon.CloudWatchRUM
Assembly: AWSSDK.CloudWatchRUM.dll
Version: 3.x.y.z

Syntax

C#
public virtual BatchDeleteRumMetricDefinitionsResponse BatchDeleteRumMetricDefinitions(
         BatchDeleteRumMetricDefinitionsRequest request
)

Parameters

request
Type: Amazon.CloudWatchRUM.Model.BatchDeleteRumMetricDefinitionsRequest

Container for the necessary parameters to execute the BatchDeleteRumMetricDefinitions service method.

Return Value


The response from the BatchDeleteRumMetricDefinitions service method, as returned by CloudWatchRUM.

Exceptions

ExceptionCondition
AccessDeniedException You don't have sufficient permissions to perform this action.
ConflictException This operation attempted to create a resource that already exists.
InternalServerException Internal service exception.
ResourceNotFoundException Resource not found.
ThrottlingException The request was throttled because of quota limits.
ValidationException One of the arguments for the request is not valid.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also