Package-level declarations

Types

data class GetProfilingGroupAgentOrchestrationConfig(val profilingEnabled: Boolean)
Link copied to clipboard
data class GetProfilingGroupProfilingStatus(val latestAgentOrchestratedAt: String, val latestAgentProfileReportedAt: String, val latestAggregatedProfiles: List<GetProfilingGroupProfilingStatusLatestAggregatedProfile>)
Link copied to clipboard
data class GetProfilingGroupResult(val agentOrchestrationConfigs: List<GetProfilingGroupAgentOrchestrationConfig>, val arn: String, val computePlatform: String, val createdAt: String, val id: String, val name: String, val profilingStatuses: List<GetProfilingGroupProfilingStatus>, val tags: Map<String, String>, val updatedAt: String)

A collection of values returned by getProfilingGroup.

Link copied to clipboard
data class ProfilingGroupAgentOrchestrationConfig(val profilingEnabled: Boolean)