View Source AWS.Amp (aws-elixir v0.14.0)
Amazon Managed Service for Prometheus
Link to this section Summary
Functions
Create an alert manager definition.
Create logging configuration.
Create a rule group namespace.
Create a scraper.
Creates a new AMP workspace.
Deletes an alert manager definition.
Delete logging configuration.
Delete a rule groups namespace.
Deletes a scraper.
Deletes an AMP workspace.
Describes an alert manager definition.
Describes logging configuration.
Describe a rule groups namespace.
Describe an existing scraper.
Describes an existing AMP workspace.
Gets a default configuration.
Lists rule groups namespaces.
Lists all scrapers in a customer account, including scrapers being created or deleted.
Lists the tags you have assigned to the resource.
Lists all AMP workspaces, including workspaces being created or deleted.
Update an alert manager definition.
Update a rule groups namespace.
Creates tags for the specified resource.
Deletes tags from the specified resource.
Update logging configuration.
Updates an AMP workspace alias.
Link to this section Functions
create_alert_manager_definition(client, workspace_id, input, options \\ [])
View SourceCreate an alert manager definition.
create_logging_configuration(client, workspace_id, input, options \\ [])
View SourceCreate logging configuration.
create_rule_groups_namespace(client, workspace_id, input, options \\ [])
View SourceCreate a rule group namespace.
Create a scraper.
Creates a new AMP workspace.
delete_alert_manager_definition(client, workspace_id, input, options \\ [])
View SourceDeletes an alert manager definition.
delete_logging_configuration(client, workspace_id, input, options \\ [])
View SourceDelete logging configuration.
delete_rule_groups_namespace(client, name, workspace_id, input, options \\ [])
View SourceDelete a rule groups namespace.
Deletes a scraper.
Deletes an AMP workspace.
describe_alert_manager_definition(client, workspace_id, options \\ [])
View SourceDescribes an alert manager definition.
describe_logging_configuration(client, workspace_id, options \\ [])
View SourceDescribes logging configuration.
describe_rule_groups_namespace(client, name, workspace_id, options \\ [])
View SourceDescribe a rule groups namespace.
Describe an existing scraper.
Describes an existing AMP workspace.
Gets a default configuration.
list_rule_groups_namespaces(client, workspace_id, max_results \\ nil, name \\ nil, next_token \\ nil, options \\ [])
View SourceLists rule groups namespaces.
list_scrapers(client, filters \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all scrapers in a customer account, including scrapers being created or deleted.
You may provide filters to return a more specific list of results.
Lists the tags you have assigned to the resource.
list_workspaces(client, alias \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all AMP workspaces, including workspaces being created or deleted.
put_alert_manager_definition(client, workspace_id, input, options \\ [])
View SourceUpdate an alert manager definition.
put_rule_groups_namespace(client, name, workspace_id, input, options \\ [])
View SourceUpdate a rule groups namespace.
Creates tags for the specified resource.
Deletes tags from the specified resource.
update_logging_configuration(client, workspace_id, input, options \\ [])
View SourceUpdate logging configuration.
update_workspace_alias(client, workspace_id, input, options \\ [])
View SourceUpdates an AMP workspace alias.