View Source AWS.Amp (aws-elixir v0.12.0)
Amazon Managed Service for Prometheus
Link to this section Summary
Functions
Create an alert manager definition.
Create a rule group namespace.
Creates a new AMP workspace.
Deletes an alert manager definition.
Delete a rule groups namespace.
Deletes an AMP workspace.
Describes an alert manager definition.
Describe a rule groups namespace.
Describes an existing AMP workspace.
Lists rule groups namespaces.
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.
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_rule_groups_namespace(client, workspace_id, input, options \\ [])
View SourceCreate a rule group namespace.
Creates a new AMP workspace.
delete_alert_manager_definition(client, workspace_id, input, options \\ [])
View SourceDeletes an alert manager definition.
delete_rule_groups_namespace(client, name, workspace_id, input, options \\ [])
View SourceDelete a rule groups namespace.
Deletes an AMP workspace.
describe_alert_manager_definition(client, workspace_id, options \\ [])
View SourceDescribes an alert manager definition.
describe_rule_groups_namespace(client, name, workspace_id, options \\ [])
View SourceDescribe a rule groups namespace.
Describes an existing AMP workspace.
list_rule_groups_namespaces( client, workspace_id, max_results \\ nil, name \\ nil, next_token \\ nil, options \\ [] )
View SourceLists rule groups namespaces.
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_workspace_alias(client, workspace_id, input, options \\ [])
View SourceUpdates an AMP workspace alias.