CodeGuruProfiler
import { CodeGuruProfiler } from "https://aws-api.deno.dev/v0.2/services/codeguruprofiler.ts?docs=full";
§Constructors
§Methods
Add up to 2 anomaly notifications channels for a profiling group.
Returns the time series of values for a requested list of frame metrics from a time period.
Used by profiler agents to report their current state and to receive remote configuration updates.
For example, ConfigureAgent
can be used to tell an agent whether to profile or not and for how long to return profiling data.
Creates a profiling group.
Deletes a profiling group.
Returns a ProfilingGroupDescription object that contains information about the requested profiling group.
Returns a list of FindingsReportSummary objects that contain analysis results for all profiling groups in your AWS account.
Get the current configuration for anomaly notifications for a profiling group.
Returns a list of Recommendation objects that contain recommendations for a profiling group for a given time period. A list of Anomaly objects that contains details about anomalies detected in the profiling group for the same time period is also returned.
List the available reports for a given profiling group and time range.
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
Returns a list of profiling groups. The profiling groups are returned as ProfilingGroupDescription objects.
Returns a list of the tags that are assigned to a specified resource.
Submits profiling data to an aggregated profile of a profiling group. To get an aggregated profile that is created with this profiling data, use GetProfile.
TODO: Failed to render documentation: unhandled top level doc tag pre
Remove one anomaly notifications channel for a profiling group.
Removes permissions from a profiling group's resource-based policy that are provided using an action group.
The one supported action group that can be removed is agentPermission
which grants ConfigureAgent
and PostAgent
permissions.
For more information, see Resource-based policies in CodeGuru Profiler in the Amazon CodeGuru Profiler User Guide, ConfigureAgent, and PostAgentProfile.
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
Updates a profiling group.