[][src]Crate rusoto_codeguruprofiler

Example service documentation.

If you're using the service, you're probably looking for CodeGuruProfilerClient and CodeGuruProfiler.

Structs

AgentConfiguration

The configuration for the agent to use.

AgentOrchestrationConfig

Configuration to orchestrate agents to create and report agent profiles of the profiling group. Agents are orchestrated if they follow the agent orchestration protocol.

AggregatedProfileTime

The time range of an aggregated profile.

CodeGuruProfilerClient

A client for the Amazon CodeGuru Profiler API.

ConfigureAgentRequest

Request for ConfigureAgent operation.

ConfigureAgentResponse

Response for ConfigureAgent operation.

CreateProfilingGroupRequest

Request for CreateProfilingGroup operation.

CreateProfilingGroupResponse

Response for CreateProfilingGroup operation.

DeleteProfilingGroupRequest

Request for DeleteProfilingGroup operation.

DeleteProfilingGroupResponse

Response for DeleteProfilingGroup operation.

DescribeProfilingGroupRequest

Request for DescribeProfilingGroup operation.

DescribeProfilingGroupResponse

Response for DescribeProfilingGroup operation.

GetProfileRequest

Request for GetProfile operation.

GetProfileResponse

Response for GetProfile operation.

ListProfileTimesRequest

Request for ListProfileTimes operation.

ListProfileTimesResponse

Response for ListProfileTimes operation.

ListProfilingGroupsRequest

Request for ListProfilingGroups operation.

ListProfilingGroupsResponse

Response for ListProfilingGroups operation.

PostAgentProfileRequest

Request for PostAgentProfile operation.

PostAgentProfileResponse

Response for PostAgentProfile operation.

ProfileTime

Periods of time used for aggregation of profiles, represented using ISO 8601 format.

ProfilingGroupDescription

The description of a profiling group.

ProfilingStatus

The status of profiling of a profiling group.

UpdateProfilingGroupRequest

Request for UpdateProfilingGroup operation.

UpdateProfilingGroupResponse

Response for UpdateProfilingGroup operation.

Enums

ConfigureAgentError

Errors returned by ConfigureAgent

CreateProfilingGroupError

Errors returned by CreateProfilingGroup

DeleteProfilingGroupError

Errors returned by DeleteProfilingGroup

DescribeProfilingGroupError

Errors returned by DescribeProfilingGroup

GetProfileError

Errors returned by GetProfile

ListProfileTimesError

Errors returned by ListProfileTimes

ListProfilingGroupsError

Errors returned by ListProfilingGroups

PostAgentProfileError

Errors returned by PostAgentProfile

UpdateProfilingGroupError

Errors returned by UpdateProfilingGroup

Traits

CodeGuruProfiler

Trait representing the capabilities of the Amazon CodeGuru Profiler API. Amazon CodeGuru Profiler clients implement this trait.