Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetProfilingGroupProfilingStatus(val latestAgentOrchestratedAt: String, val latestAgentProfileReportedAt: String, val latestAggregatedProfiles: List<GetProfilingGroupProfilingStatusLatestAggregatedProfile>)
Link copied to clipboard
data class GetProfilingGroupProfilingStatusLatestAggregatedProfile(val period: String, val start: String)
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