Module Awso_amp_syncSource

Sourceval delete_alert_manager_definition : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteAlertManagerDefinitionRequest.t -> (unit, unit) Result.t
Sourceval delete_anomaly_detector : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteAnomalyDetectorRequest.t -> (unit, unit) Result.t
Sourceval delete_logging_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteLoggingConfigurationRequest.t -> (unit, unit) Result.t
Sourceval delete_query_logging_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteQueryLoggingConfigurationRequest.t -> (unit, unit) Result.t
Sourceval delete_resource_policy : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteResourcePolicyRequest.t -> (unit, unit) Result.t
Sourceval delete_rule_groups_namespace : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteRuleGroupsNamespaceRequest.t -> (unit, unit) Result.t
Sourceval delete_scraper_logging_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteScraperLoggingConfigurationRequest.t -> (unit, unit) Result.t
Sourceval delete_workspace : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.DeleteWorkspaceRequest.t -> (unit, unit) Result.t
Sourceval update_workspace_alias : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_amp.Values.UpdateWorkspaceAliasRequest.t -> (unit, unit) Result.t
include module type of struct include Awso_amp.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 SecurityGroupId = Awso_amp.Values.SecurityGroupId

ID of a VPC security group.

ID of a VPC subnet.

An ARN identifying a Workspace.

The ARN of an EKS cluster.

Sourcemodule SecurityGroupIds = Awso_amp.Values.SecurityGroupIds
Sourcemodule LimitsPerLabelSetEntryMaxSeriesLong = Awso_amp.Values.LimitsPerLabelSetEntryMaxSeriesLong
Sourcemodule LoggingFilterQspThresholdLong = Awso_amp.Values.LoggingFilterQspThresholdLong
Sourcemodule IgnoreNearExpectedAmountDouble = Awso_amp.Values.IgnoreNearExpectedAmountDouble
Sourcemodule IgnoreNearExpectedRatioDouble = Awso_amp.Values.IgnoreNearExpectedRatioDouble
Sourcemodule WorkspaceStatusCode = Awso_amp.Values.WorkspaceStatusCode
Sourcemodule AmpConfiguration = Awso_amp.Values.AmpConfiguration

The AmpConfiguration structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.

An ARN identifying an IAM role used by the scraper.

Sourcemodule ScraperStatusCode = Awso_amp.Values.ScraperStatusCode
Sourcemodule EksConfiguration = Awso_amp.Values.EksConfiguration

The EksConfiguration structure describes the connection to the Amazon EKS cluster from which a scraper collects metrics.

Sourcemodule VpcConfiguration = Awso_amp.Values.VpcConfiguration

The Amazon VPC configuration that specifies the network settings for a Prometheus collector to securely connect to Amazon MSK clusters. This configuration includes the security groups and subnets that control network access and placement for the collector.

Sourcemodule RuleGroupsNamespaceStatusCode = Awso_amp.Values.RuleGroupsNamespaceStatusCode
Sourcemodule AnomalyDetectorStatusCode = Awso_amp.Values.AnomalyDetectorStatusCode
Sourcemodule LimitsPerLabelSetEntry = Awso_amp.Values.LimitsPerLabelSetEntry

This structure contains the information about the limits that apply to time series that match one label set.

Sourcemodule CloudWatchLogDestination = Awso_amp.Values.CloudWatchLogDestination

Configuration details for logging to CloudWatch Logs.

Filtering criteria that determine which queries are logged.

Sourcemodule IgnoreNearExpected = Awso_amp.Values.IgnoreNearExpected

Configuration for threshold settings that determine when values near expected values should be ignored during anomaly detection.

Sourcemodule RandomCutForestConfigurationSampleSizeInteger = Awso_amp.Values.RandomCutForestConfigurationSampleSizeInteger
Sourcemodule RandomCutForestConfigurationShingleSizeInteger = Awso_amp.Values.RandomCutForestConfigurationShingleSizeInteger
Sourcemodule RandomCutForestQuery = Awso_amp.Values.RandomCutForestQuery
Sourcemodule ValidationExceptionField = Awso_amp.Values.ValidationExceptionField

Information about a field passed into a request that resulted in an exception.

Sourcemodule ComponentConfig = Awso_amp.Values.ComponentConfig

Configuration settings for a scraper component.

Sourcemodule ScraperComponentType = Awso_amp.Values.ScraperComponentType

A KMS Key ARN.

Sourcemodule WorkspaceAlias = Awso_amp.Values.WorkspaceAlias

A user-assigned workspace alias.

A workspace ID.

Sourcemodule WorkspaceStatus = Awso_amp.Values.WorkspaceStatus

The status of the workspace.

Where to send the metrics from a scraper.

Sourcemodule RoleConfiguration = Awso_amp.Values.RoleConfiguration

Use this structure to enable cross-account access, so that you can use a target account to access Prometheus metrics from source accounts.

An optional user-assigned scraper alias.

An ARN identifying a scrape configuration.

A scraper ID.

The ScraperStatus structure contains status information about the scraper.

The source of collected metrics for a scraper.

The reason for the failure, if any.

The value for a given key by which to filter.

Sourcemodule RuleGroupsNamespaceArn = Awso_amp.Values.RuleGroupsNamespaceArn

An ARN identifying a rule groups namespace.

Sourcemodule RuleGroupsNamespaceName = Awso_amp.Values.RuleGroupsNamespaceName

The name of the namespace that the rule group belong to.

Sourcemodule RuleGroupsNamespaceStatus = Awso_amp.Values.RuleGroupsNamespaceStatus

The status information about a rule groups namespace.

Sourcemodule AnomalyDetectorAlias = Awso_amp.Values.AnomalyDetectorAlias
Sourcemodule AnomalyDetectorArn = Awso_amp.Values.AnomalyDetectorArn
Sourcemodule AnomalyDetectorId = Awso_amp.Values.AnomalyDetectorId
Sourcemodule AnomalyDetectorStatus = Awso_amp.Values.AnomalyDetectorStatus

The status information of an anomaly detector.

Sourcemodule LimitsPerLabelSet = Awso_amp.Values.LimitsPerLabelSet

This structure defines one label set used to enforce active time series limits for the workspace, and defines the limit for that label set. A label set is a unique combination of label-value pairs. Use them to control time series limits and to monitor usage by specific label groups. Example label sets might be team:finance or env:prod

Sourcemodule WorkspaceConfigurationStatusCode = Awso_amp.Values.WorkspaceConfigurationStatusCode
Sourcemodule LoggingDestination = Awso_amp.Values.LoggingDestination

Defines a destination and its associated filtering criteria for query logging.

Sourcemodule QueryLoggingConfigurationStatusCode = Awso_amp.Values.QueryLoggingConfigurationStatusCode
Sourcemodule LoggingConfigurationStatusCode = Awso_amp.Values.LoggingConfigurationStatusCode
Sourcemodule RandomCutForestConfiguration = Awso_amp.Values.RandomCutForestConfiguration

Configuration for the Random Cut Forest algorithm used for anomaly detection in time-series data.

Sourcemodule PrometheusMetricLabelKey = Awso_amp.Values.PrometheusMetricLabelKey
Sourcemodule PrometheusMetricLabelValue = Awso_amp.Values.PrometheusMetricLabelValue
Sourcemodule AlertManagerDefinitionStatusCode = Awso_amp.Values.AlertManagerDefinitionStatusCode
Sourcemodule ValidationExceptionFieldList = Awso_amp.Values.ValidationExceptionFieldList
Sourcemodule ValidationExceptionReason = Awso_amp.Values.ValidationExceptionReason
Sourcemodule ScraperLoggingConfigurationStatusCode = Awso_amp.Values.ScraperLoggingConfigurationStatusCode
Sourcemodule ScraperComponent = Awso_amp.Values.ScraperComponent

A component of a Amazon Managed Service for Prometheus scraper that can be configured for logging.

Sourcemodule WorkspaceSummary = Awso_amp.Values.WorkspaceSummary

The information about one Amazon Managed Service for Prometheus workspace in your account.

Sourcemodule ScraperSummary = Awso_amp.Values.ScraperSummary

The ScraperSummary structure contains a summary of the details about one scraper in your account.

The name of the key by which to filter.

Sourcemodule RuleGroupsNamespaceSummary = Awso_amp.Values.RuleGroupsNamespaceSummary

The high-level information about a rule groups namespace. To retrieve more information, use DescribeRuleGroupsNamespace.

Sourcemodule AnomalyDetectorSummary = Awso_amp.Values.AnomalyDetectorSummary

Summary information about an anomaly detector for list operations.

Sourcemodule LimitsPerLabelSetList = Awso_amp.Values.LimitsPerLabelSetList
Sourcemodule WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger = Awso_amp.Values.WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger
Sourcemodule WorkspaceConfigurationStatus = Awso_amp.Values.WorkspaceConfigurationStatus

This structure displays the current status of the workspace configuration, and might also contain a reason for that status.

Sourcemodule ScrapeConfiguration = Awso_amp.Values.ScrapeConfiguration

A scrape configuration for a scraper, base 64 encoded. For more information, see Scraper configuration in the Amazon Managed Service for Prometheus User Guide.

Sourcemodule RuleGroupsNamespaceData = Awso_amp.Values.RuleGroupsNamespaceData

The rule groups namespace data.

Sourcemodule LoggingDestinations = Awso_amp.Values.LoggingDestinations
Sourcemodule QueryLoggingConfigurationStatus = Awso_amp.Values.QueryLoggingConfigurationStatus

The status information for a query logging configuration.

Sourcemodule LoggingConfigurationStatus = Awso_amp.Values.LoggingConfigurationStatus

The status of the logging configuration.

Sourcemodule AnomalyDetectorConfiguration = Awso_amp.Values.AnomalyDetectorConfiguration

The configuration for the anomaly detection algorithm.

Sourcemodule AnomalyDetectorEvaluationInterval = Awso_amp.Values.AnomalyDetectorEvaluationInterval
Sourcemodule AnomalyDetectorMissingDataAction = Awso_amp.Values.AnomalyDetectorMissingDataAction

Specifies the action to take when data is missing during anomaly detection evaluation.

Sourcemodule PrometheusMetricLabelMap = Awso_amp.Values.PrometheusMetricLabelMap
Sourcemodule AlertManagerDefinitionData = Awso_amp.Values.AlertManagerDefinitionData

The base-64 encoded blob that is alert manager definition. For details about the alert manager definition, see AlertManagedDefinitionData.

Sourcemodule AlertManagerDefinitionStatus = Awso_amp.Values.AlertManagerDefinitionStatus

The status of the alert manager.

Sourcemodule AccessDeniedException = Awso_amp.Values.AccessDeniedException

You do not have sufficient access to perform this action.

Sourcemodule ConflictException = Awso_amp.Values.ConflictException

The request would cause an inconsistent state.

Sourcemodule InternalServerException = Awso_amp.Values.InternalServerException

An unexpected error occurred during the processing of the request.

Sourcemodule ResourceNotFoundException = Awso_amp.Values.ResourceNotFoundException

The request references a resources that doesn't exist.

Sourcemodule ServiceQuotaExceededException = Awso_amp.Values.ServiceQuotaExceededException

Completing the request would cause a service quota to be exceeded.

Sourcemodule ThrottlingException = Awso_amp.Values.ThrottlingException

The request was denied due to request throttling.

Sourcemodule ValidationException = Awso_amp.Values.ValidationException

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Sourcemodule IdempotencyToken = Awso_amp.Values.IdempotencyToken

An identifier used to ensure the idempotency of a write request.

Sourcemodule UpdateWorkspaceConfigurationRequestRetentionPeriodInDaysInteger = Awso_amp.Values.UpdateWorkspaceConfigurationRequestRetentionPeriodInDaysInteger
Sourcemodule ScraperLoggingConfigurationStatus = Awso_amp.Values.ScraperLoggingConfigurationStatus

The status of a scraper logging configuration.

Sourcemodule ScraperComponents = Awso_amp.Values.ScraperComponents
Sourcemodule ScraperLoggingDestination = Awso_amp.Values.ScraperLoggingDestination

The destination where scraper logs are sent.

Sourcemodule WorkspacePolicyStatusCode = Awso_amp.Values.WorkspacePolicyStatusCode
Sourcemodule PaginationToken = Awso_amp.Values.PaginationToken

A token used to access the next page in a paginated result set.

Sourcemodule WorkspaceSummaryList = Awso_amp.Values.WorkspaceSummaryList
Sourcemodule ListWorkspacesRequestMaxResultsInteger = Awso_amp.Values.ListWorkspacesRequestMaxResultsInteger
Sourcemodule ScraperSummaryList = Awso_amp.Values.ScraperSummaryList
Sourcemodule ListScrapersRequestMaxResultsInteger = Awso_amp.Values.ListScrapersRequestMaxResultsInteger
Sourcemodule ScraperFilters = Awso_amp.Values.ScraperFilters
Sourcemodule RuleGroupsNamespaceSummaryList = Awso_amp.Values.RuleGroupsNamespaceSummaryList
Sourcemodule ListRuleGroupsNamespacesRequestMaxResultsInteger = Awso_amp.Values.ListRuleGroupsNamespacesRequestMaxResultsInteger
Sourcemodule AnomalyDetectorSummaryList = Awso_amp.Values.AnomalyDetectorSummaryList
Sourcemodule ListAnomalyDetectorsRequestMaxResultsInteger = Awso_amp.Values.ListAnomalyDetectorsRequestMaxResultsInteger
Sourcemodule WorkspaceDescription = Awso_amp.Values.WorkspaceDescription

The full details about one Amazon Managed Service for Prometheus workspace in your account.

Sourcemodule WorkspaceConfigurationDescription = Awso_amp.Values.WorkspaceConfigurationDescription

This structure contains the description of the workspace configuration.

Sourcemodule ScraperDescription = Awso_amp.Values.ScraperDescription

The ScraperDescription structure contains the full details about one scraper in your account.

Sourcemodule RuleGroupsNamespaceDescription = Awso_amp.Values.RuleGroupsNamespaceDescription

The details about one rule groups namespace.

Sourcemodule QueryLoggingConfigurationMetadata = Awso_amp.Values.QueryLoggingConfigurationMetadata

The metadata for a query logging configuration.

Sourcemodule LoggingConfigurationMetadata = Awso_amp.Values.LoggingConfigurationMetadata

Contains information about the current rules and alerting logging configuration for the workspace. These logging configurations are only for rules and alerting logs.

Sourcemodule AnomalyDetectorDescription = Awso_amp.Values.AnomalyDetectorDescription

Detailed information about an anomaly detector.

Sourcemodule AlertManagerDefinitionDescription = Awso_amp.Values.AlertManagerDefinitionDescription

The details of an alert manager definition. It is the configuration for the alert manager, including information about receivers for routing alerts.

Sourcemodule CreateAnomalyDetectorRequestLabelsMap = Awso_amp.Values.CreateAnomalyDetectorRequestLabelsMap
Sourcemodule UpdateWorkspaceConfigurationResponse = Awso_amp.Values.UpdateWorkspaceConfigurationResponse

Use this operation to create or update the label sets, label set limits, and retention period of a workspace. You must specify at least one of limitsPerLabelSet or retentionPeriodInDays for the request to be valid.

Sourcemodule UpdateWorkspaceConfigurationRequest = Awso_amp.Values.UpdateWorkspaceConfigurationRequest

Use this operation to create or update the label sets, label set limits, and retention period of a workspace. You must specify at least one of limitsPerLabelSet or retentionPeriodInDays for the request to be valid.

Sourcemodule UpdateWorkspaceAliasRequest = Awso_amp.Values.UpdateWorkspaceAliasRequest

Represents the input of an UpdateWorkspaceAlias operation.

Sourcemodule UpdateScraperResponse = Awso_amp.Values.UpdateScraperResponse

Updates an existing scraper. You can't use this function to update the source from which the scraper is collecting metrics. To change the source, delete the scraper and create a new one.

Sourcemodule UpdateScraperRequest = Awso_amp.Values.UpdateScraperRequest

Updates an existing scraper. You can't use this function to update the source from which the scraper is collecting metrics. To change the source, delete the scraper and create a new one.

Sourcemodule UpdateScraperLoggingConfigurationResponse = Awso_amp.Values.UpdateScraperLoggingConfigurationResponse

Updates the logging configuration for a Amazon Managed Service for Prometheus scraper.

Sourcemodule UpdateScraperLoggingConfigurationRequest = Awso_amp.Values.UpdateScraperLoggingConfigurationRequest

Updates the logging configuration for a Amazon Managed Service for Prometheus scraper.

Sourcemodule UpdateQueryLoggingConfigurationResponse = Awso_amp.Values.UpdateQueryLoggingConfigurationResponse

Updates the query logging configuration for the specified workspace.

Sourcemodule UpdateQueryLoggingConfigurationRequest = Awso_amp.Values.UpdateQueryLoggingConfigurationRequest

Updates the query logging configuration for the specified workspace.

Sourcemodule UpdateLoggingConfigurationResponse = Awso_amp.Values.UpdateLoggingConfigurationResponse

Represents the output of an UpdateLoggingConfiguration operation.

Sourcemodule UpdateLoggingConfigurationRequest = Awso_amp.Values.UpdateLoggingConfigurationRequest

Represents the input of an UpdateLoggingConfiguration operation.

Sourcemodule UntagResourceResponse = Awso_amp.Values.UntagResourceResponse

Removes the specified tags from an Amazon Managed Service for Prometheus resource. The only resources that can be tagged are rule groups namespaces, scrapers, and workspaces.

Sourcemodule UntagResourceRequest = Awso_amp.Values.UntagResourceRequest

Removes the specified tags from an Amazon Managed Service for Prometheus resource. The only resources that can be tagged are rule groups namespaces, scrapers, and workspaces.

Sourcemodule TagResourceResponse = Awso_amp.Values.TagResourceResponse

The TagResource operation associates tags with an Amazon Managed Service for Prometheus resource. The only resources that can be tagged are rule groups namespaces, scrapers, and workspaces. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. 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. To remove a tag, use UntagResource.

Sourcemodule TagResourceRequest = Awso_amp.Values.TagResourceRequest

The TagResource operation associates tags with an Amazon Managed Service for Prometheus resource. The only resources that can be tagged are rule groups namespaces, scrapers, and workspaces. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. 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. To remove a tag, use UntagResource.

Sourcemodule PutRuleGroupsNamespaceResponse = Awso_amp.Values.PutRuleGroupsNamespaceResponse

Represents the output of a PutRuleGroupsNamespace operation.

Sourcemodule PutRuleGroupsNamespaceRequest = Awso_amp.Values.PutRuleGroupsNamespaceRequest

Represents the input of a PutRuleGroupsNamespace operation.

Sourcemodule PutResourcePolicyResponse = Awso_amp.Values.PutResourcePolicyResponse

Creates or updates a resource-based policy for an Amazon Managed Service for Prometheus workspace. Use resource-based policies to grant permissions to other AWS accounts or services to access your workspace. Only Prometheus-compatible APIs can be used for workspace sharing. You can add non-Prometheus-compatible APIs to the policy, but they will be ignored. For more information, see Prometheus-compatible APIs in the Amazon Managed Service for Prometheus User Guide. If your workspace uses customer-managed KMS keys for encryption, you must grant the principals in your resource-based policy access to those KMS keys. You can do this by creating KMS grants. For more information, see CreateGrant in the AWS Key Management Service API Reference and Encryption at rest in the Amazon Managed Service for Prometheus User Guide. For more information about working with IAM, see Using Amazon Managed Service for Prometheus with IAM in the Amazon Managed Service for Prometheus User Guide.

Sourcemodule PutResourcePolicyRequest = Awso_amp.Values.PutResourcePolicyRequest

Creates or updates a resource-based policy for an Amazon Managed Service for Prometheus workspace. Use resource-based policies to grant permissions to other AWS accounts or services to access your workspace. Only Prometheus-compatible APIs can be used for workspace sharing. You can add non-Prometheus-compatible APIs to the policy, but they will be ignored. For more information, see Prometheus-compatible APIs in the Amazon Managed Service for Prometheus User Guide. If your workspace uses customer-managed KMS keys for encryption, you must grant the principals in your resource-based policy access to those KMS keys. You can do this by creating KMS grants. For more information, see CreateGrant in the AWS Key Management Service API Reference and Encryption at rest in the Amazon Managed Service for Prometheus User Guide. For more information about working with IAM, see Using Amazon Managed Service for Prometheus with IAM in the Amazon Managed Service for Prometheus User Guide.

Sourcemodule PutAnomalyDetectorResponse = Awso_amp.Values.PutAnomalyDetectorResponse

When you call PutAnomalyDetector, the operation creates a new anomaly detector if one doesn't exist, or updates an existing one. Each call to this operation triggers a complete retraining of the detector, which includes querying the minimum required samples and backfilling the detector with historical data. This process occurs regardless of whether you're making a minor change like updating the evaluation interval or making more substantial modifications. The operation serves as the single method for creating, updating, and retraining anomaly detectors.

Sourcemodule PutAnomalyDetectorRequest = Awso_amp.Values.PutAnomalyDetectorRequest

When you call PutAnomalyDetector, the operation creates a new anomaly detector if one doesn't exist, or updates an existing one. Each call to this operation triggers a complete retraining of the detector, which includes querying the minimum required samples and backfilling the detector with historical data. This process occurs regardless of whether you're making a minor change like updating the evaluation interval or making more substantial modifications. The operation serves as the single method for creating, updating, and retraining anomaly detectors.

Sourcemodule PutAlertManagerDefinitionResponse = Awso_amp.Values.PutAlertManagerDefinitionResponse

Represents the output of a PutAlertManagerDefinition operation.

Sourcemodule PutAlertManagerDefinitionRequest = Awso_amp.Values.PutAlertManagerDefinitionRequest

Represents the input of a PutAlertManagerDefinition operation.

Sourcemodule ListWorkspacesResponse = Awso_amp.Values.ListWorkspacesResponse

Represents the output of a ListWorkspaces operation.

Sourcemodule ListWorkspacesRequest = Awso_amp.Values.ListWorkspacesRequest

Represents the input of a ListWorkspaces operation.

Sourcemodule ListTagsForResourceResponse = Awso_amp.Values.ListTagsForResourceResponse

The ListTagsForResource operation returns the tags that are associated with an Amazon Managed Service for Prometheus resource. Currently, the only resources that can be tagged are scrapers, workspaces, and rule groups namespaces.

Sourcemodule ListTagsForResourceRequest = Awso_amp.Values.ListTagsForResourceRequest

The ListTagsForResource operation returns the tags that are associated with an Amazon Managed Service for Prometheus resource. Currently, the only resources that can be tagged are scrapers, workspaces, and rule groups namespaces.

Sourcemodule ListScrapersResponse = Awso_amp.Values.ListScrapersResponse

Represents the output of a ListScrapers operation.

Sourcemodule ListScrapersRequest = Awso_amp.Values.ListScrapersRequest

Represents the input of a ListScrapers operation.

Sourcemodule ListRuleGroupsNamespacesResponse = Awso_amp.Values.ListRuleGroupsNamespacesResponse

Represents the output of a ListRuleGroupsNamespaces operation.

Sourcemodule ListRuleGroupsNamespacesRequest = Awso_amp.Values.ListRuleGroupsNamespacesRequest

Represents the input of a ListRuleGroupsNamespaces operation.

Sourcemodule ListAnomalyDetectorsResponse = Awso_amp.Values.ListAnomalyDetectorsResponse

Returns a paginated list of anomaly detectors for a workspace with optional filtering by alias.

Sourcemodule ListAnomalyDetectorsRequest = Awso_amp.Values.ListAnomalyDetectorsRequest

Returns a paginated list of anomaly detectors for a workspace with optional filtering by alias.

Sourcemodule GetDefaultScraperConfigurationResponse = Awso_amp.Values.GetDefaultScraperConfigurationResponse

Represents the output of a GetDefaultScraperConfiguration operation.

Sourcemodule GetDefaultScraperConfigurationRequest = Awso_amp.Values.GetDefaultScraperConfigurationRequest

Represents the input of a GetDefaultScraperConfiguration operation.

Sourcemodule DescribeWorkspaceResponse = Awso_amp.Values.DescribeWorkspaceResponse

Represents the output of a DescribeWorkspace operation.

Sourcemodule DescribeWorkspaceRequest = Awso_amp.Values.DescribeWorkspaceRequest

Represents the input of a DescribeWorkspace operation.

Sourcemodule DescribeWorkspaceConfigurationResponse = Awso_amp.Values.DescribeWorkspaceConfigurationResponse

Use this operation to return information about the configuration of a workspace. The configuration details returned include workspace configuration status, label set limits, and retention period.

Sourcemodule DescribeWorkspaceConfigurationRequest = Awso_amp.Values.DescribeWorkspaceConfigurationRequest

Use this operation to return information about the configuration of a workspace. The configuration details returned include workspace configuration status, label set limits, and retention period.

Sourcemodule DescribeScraperResponse = Awso_amp.Values.DescribeScraperResponse

Represents the output of a DescribeScraper operation.

Sourcemodule DescribeScraperRequest = Awso_amp.Values.DescribeScraperRequest

Represents the input of a DescribeScraper operation.

Sourcemodule DescribeScraperLoggingConfigurationResponse = Awso_amp.Values.DescribeScraperLoggingConfigurationResponse

Describes the logging configuration for a Amazon Managed Service for Prometheus scraper.

Sourcemodule DescribeScraperLoggingConfigurationRequest = Awso_amp.Values.DescribeScraperLoggingConfigurationRequest

Describes the logging configuration for a Amazon Managed Service for Prometheus scraper.

Sourcemodule DescribeRuleGroupsNamespaceResponse = Awso_amp.Values.DescribeRuleGroupsNamespaceResponse

Represents the output of a DescribeRuleGroupsNamespace operation.

Sourcemodule DescribeRuleGroupsNamespaceRequest = Awso_amp.Values.DescribeRuleGroupsNamespaceRequest

Represents the input of a DescribeRuleGroupsNamespace operation.

Sourcemodule DescribeResourcePolicyResponse = Awso_amp.Values.DescribeResourcePolicyResponse

Returns information about the resource-based policy attached to an Amazon Managed Service for Prometheus workspace.

Sourcemodule DescribeResourcePolicyRequest = Awso_amp.Values.DescribeResourcePolicyRequest

Returns information about the resource-based policy attached to an Amazon Managed Service for Prometheus workspace.

Sourcemodule DescribeQueryLoggingConfigurationResponse = Awso_amp.Values.DescribeQueryLoggingConfigurationResponse

Retrieves the details of the query logging configuration for the specified workspace.

Sourcemodule DescribeQueryLoggingConfigurationRequest = Awso_amp.Values.DescribeQueryLoggingConfigurationRequest

Retrieves the details of the query logging configuration for the specified workspace.

Sourcemodule DescribeLoggingConfigurationResponse = Awso_amp.Values.DescribeLoggingConfigurationResponse

Represents the output of a DescribeLoggingConfiguration operation.

Sourcemodule DescribeLoggingConfigurationRequest = Awso_amp.Values.DescribeLoggingConfigurationRequest

Represents the input of a DescribeLoggingConfiguration operation.

Sourcemodule DescribeAnomalyDetectorResponse = Awso_amp.Values.DescribeAnomalyDetectorResponse

Retrieves detailed information about a specific anomaly detector, including its status and configuration.

Sourcemodule DescribeAnomalyDetectorRequest = Awso_amp.Values.DescribeAnomalyDetectorRequest

Retrieves detailed information about a specific anomaly detector, including its status and configuration.

Sourcemodule DescribeAlertManagerDefinitionResponse = Awso_amp.Values.DescribeAlertManagerDefinitionResponse

Represents the output of a DescribeAlertManagerDefinition operation.

Sourcemodule DescribeAlertManagerDefinitionRequest = Awso_amp.Values.DescribeAlertManagerDefinitionRequest

Represents the input of a DescribeAlertManagerDefinition operation.

Sourcemodule DeleteWorkspaceRequest = Awso_amp.Values.DeleteWorkspaceRequest

Represents the input of a DeleteWorkspace operation.

Sourcemodule DeleteScraperResponse = Awso_amp.Values.DeleteScraperResponse

Represents the output of a DeleteScraper operation.

Sourcemodule DeleteScraperRequest = Awso_amp.Values.DeleteScraperRequest

Represents the input of a DeleteScraper operation.

Sourcemodule DeleteScraperLoggingConfigurationRequest = Awso_amp.Values.DeleteScraperLoggingConfigurationRequest

Deletes the logging configuration for a Amazon Managed Service for Prometheus scraper.

Sourcemodule DeleteRuleGroupsNamespaceRequest = Awso_amp.Values.DeleteRuleGroupsNamespaceRequest

Represents the input of a DeleteRuleGroupsNamespace operation.

Sourcemodule DeleteResourcePolicyRequest = Awso_amp.Values.DeleteResourcePolicyRequest

Deletes the resource-based policy attached to an Amazon Managed Service for Prometheus workspace.

Sourcemodule DeleteQueryLoggingConfigurationRequest = Awso_amp.Values.DeleteQueryLoggingConfigurationRequest

Deletes the query logging configuration for the specified workspace.

Sourcemodule DeleteLoggingConfigurationRequest = Awso_amp.Values.DeleteLoggingConfigurationRequest

Represents the input of a DeleteLoggingConfiguration operation.

Sourcemodule DeleteAnomalyDetectorRequest = Awso_amp.Values.DeleteAnomalyDetectorRequest

Removes an anomaly detector from a workspace. This operation is idempotent.

Sourcemodule DeleteAlertManagerDefinitionRequest = Awso_amp.Values.DeleteAlertManagerDefinitionRequest

Represents the input of a DeleteAlertManagerDefinition operation.

Sourcemodule CreateWorkspaceResponse = Awso_amp.Values.CreateWorkspaceResponse

Represents the output of a CreateWorkspace operation.

Sourcemodule CreateWorkspaceRequest = Awso_amp.Values.CreateWorkspaceRequest

Represents the input of a CreateWorkspace operation.

Sourcemodule CreateScraperResponse = Awso_amp.Values.CreateScraperResponse

Represents the output of a CreateScraper operation.

Sourcemodule CreateScraperRequest = Awso_amp.Values.CreateScraperRequest

Represents the input of a CreateScraper operation.

Sourcemodule CreateRuleGroupsNamespaceResponse = Awso_amp.Values.CreateRuleGroupsNamespaceResponse

Represents the output of a CreateRuleGroupsNamespace operation.

Sourcemodule CreateRuleGroupsNamespaceRequest = Awso_amp.Values.CreateRuleGroupsNamespaceRequest

Represents the input of a CreateRuleGroupsNamespace operation.

Sourcemodule CreateQueryLoggingConfigurationResponse = Awso_amp.Values.CreateQueryLoggingConfigurationResponse

Creates a query logging configuration for the specified workspace. This operation enables logging of queries that exceed the specified QSP threshold.

Sourcemodule CreateQueryLoggingConfigurationRequest = Awso_amp.Values.CreateQueryLoggingConfigurationRequest

Creates a query logging configuration for the specified workspace. This operation enables logging of queries that exceed the specified QSP threshold.

Sourcemodule CreateLoggingConfigurationResponse = Awso_amp.Values.CreateLoggingConfigurationResponse

Represents the output of a CreateLoggingConfiguration operation.

Sourcemodule CreateLoggingConfigurationRequest = Awso_amp.Values.CreateLoggingConfigurationRequest

Represents the input of a CreateLoggingConfiguration operation.

Sourcemodule CreateAnomalyDetectorResponse = Awso_amp.Values.CreateAnomalyDetectorResponse

Creates an anomaly detector within a workspace using the Random Cut Forest algorithm for time-series analysis. The anomaly detector analyzes Amazon Managed Service for Prometheus metrics to identify unusual patterns and behaviors.

Sourcemodule CreateAnomalyDetectorRequest = Awso_amp.Values.CreateAnomalyDetectorRequest

Creates an anomaly detector within a workspace using the Random Cut Forest algorithm for time-series analysis. The anomaly detector analyzes Amazon Managed Service for Prometheus metrics to identify unusual patterns and behaviors.

Sourcemodule CreateAlertManagerDefinitionResponse = Awso_amp.Values.CreateAlertManagerDefinitionResponse

Represents the output of a CreateAlertManagerDefinition operation.

Sourcemodule CreateAlertManagerDefinitionRequest = Awso_amp.Values.CreateAlertManagerDefinitionRequest

Represents the input of a CreateAlertManagerDefinition operation.