{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.CodeGuruProfiler
(
defaultService,
_ValidationException,
_ConflictException,
_ServiceQuotaExceededException,
_ThrottlingException,
_InternalServerException,
_ResourceNotFoundException,
GetRecommendations (GetRecommendations'),
newGetRecommendations,
GetRecommendationsResponse (GetRecommendationsResponse'),
newGetRecommendationsResponse,
AddNotificationChannels (AddNotificationChannels'),
newAddNotificationChannels,
AddNotificationChannelsResponse (AddNotificationChannelsResponse'),
newAddNotificationChannelsResponse,
DescribeProfilingGroup (DescribeProfilingGroup'),
newDescribeProfilingGroup,
DescribeProfilingGroupResponse (DescribeProfilingGroupResponse'),
newDescribeProfilingGroupResponse,
PutPermission (PutPermission'),
newPutPermission,
PutPermissionResponse (PutPermissionResponse'),
newPutPermissionResponse,
ListTagsForResource (ListTagsForResource'),
newListTagsForResource,
ListTagsForResourceResponse (ListTagsForResourceResponse'),
newListTagsForResourceResponse,
RemovePermission (RemovePermission'),
newRemovePermission,
RemovePermissionResponse (RemovePermissionResponse'),
newRemovePermissionResponse,
SubmitFeedback (SubmitFeedback'),
newSubmitFeedback,
SubmitFeedbackResponse (SubmitFeedbackResponse'),
newSubmitFeedbackResponse,
CreateProfilingGroup (CreateProfilingGroup'),
newCreateProfilingGroup,
CreateProfilingGroupResponse (CreateProfilingGroupResponse'),
newCreateProfilingGroupResponse,
RemoveNotificationChannel (RemoveNotificationChannel'),
newRemoveNotificationChannel,
RemoveNotificationChannelResponse (RemoveNotificationChannelResponse'),
newRemoveNotificationChannelResponse,
UpdateProfilingGroup (UpdateProfilingGroup'),
newUpdateProfilingGroup,
UpdateProfilingGroupResponse (UpdateProfilingGroupResponse'),
newUpdateProfilingGroupResponse,
DeleteProfilingGroup (DeleteProfilingGroup'),
newDeleteProfilingGroup,
DeleteProfilingGroupResponse (DeleteProfilingGroupResponse'),
newDeleteProfilingGroupResponse,
ListFindingsReports (ListFindingsReports'),
newListFindingsReports,
ListFindingsReportsResponse (ListFindingsReportsResponse'),
newListFindingsReportsResponse,
ListProfileTimes (ListProfileTimes'),
newListProfileTimes,
ListProfileTimesResponse (ListProfileTimesResponse'),
newListProfileTimesResponse,
PostAgentProfile (PostAgentProfile'),
newPostAgentProfile,
PostAgentProfileResponse (PostAgentProfileResponse'),
newPostAgentProfileResponse,
GetProfile (GetProfile'),
newGetProfile,
GetProfileResponse (GetProfileResponse'),
newGetProfileResponse,
ListProfilingGroups (ListProfilingGroups'),
newListProfilingGroups,
ListProfilingGroupsResponse (ListProfilingGroupsResponse'),
newListProfilingGroupsResponse,
TagResource (TagResource'),
newTagResource,
TagResourceResponse (TagResourceResponse'),
newTagResourceResponse,
GetNotificationConfiguration (GetNotificationConfiguration'),
newGetNotificationConfiguration,
GetNotificationConfigurationResponse (GetNotificationConfigurationResponse'),
newGetNotificationConfigurationResponse,
BatchGetFrameMetricData (BatchGetFrameMetricData'),
newBatchGetFrameMetricData,
BatchGetFrameMetricDataResponse (BatchGetFrameMetricDataResponse'),
newBatchGetFrameMetricDataResponse,
UntagResource (UntagResource'),
newUntagResource,
UntagResourceResponse (UntagResourceResponse'),
newUntagResourceResponse,
GetFindingsReportAccountSummary (GetFindingsReportAccountSummary'),
newGetFindingsReportAccountSummary,
GetFindingsReportAccountSummaryResponse (GetFindingsReportAccountSummaryResponse'),
newGetFindingsReportAccountSummaryResponse,
GetPolicy (GetPolicy'),
newGetPolicy,
GetPolicyResponse (GetPolicyResponse'),
newGetPolicyResponse,
ConfigureAgent (ConfigureAgent'),
newConfigureAgent,
ConfigureAgentResponse (ConfigureAgentResponse'),
newConfigureAgentResponse,
ActionGroup (..),
AgentParameterField (..),
AggregationPeriod (..),
ComputePlatform (..),
EventPublisher (..),
FeedbackType (..),
MetadataField (..),
MetricType (..),
OrderBy (..),
AgentConfiguration (AgentConfiguration'),
newAgentConfiguration,
AgentOrchestrationConfig (AgentOrchestrationConfig'),
newAgentOrchestrationConfig,
AggregatedProfileTime (AggregatedProfileTime'),
newAggregatedProfileTime,
Anomaly (Anomaly'),
newAnomaly,
AnomalyInstance (AnomalyInstance'),
newAnomalyInstance,
Channel (Channel'),
newChannel,
FindingsReportSummary (FindingsReportSummary'),
newFindingsReportSummary,
FrameMetric (FrameMetric'),
newFrameMetric,
FrameMetricDatum (FrameMetricDatum'),
newFrameMetricDatum,
Match (Match'),
newMatch,
Metric (Metric'),
newMetric,
NotificationConfiguration (NotificationConfiguration'),
newNotificationConfiguration,
Pattern (Pattern'),
newPattern,
ProfileTime (ProfileTime'),
newProfileTime,
ProfilingGroupDescription (ProfilingGroupDescription'),
newProfilingGroupDescription,
ProfilingStatus (ProfilingStatus'),
newProfilingStatus,
Recommendation (Recommendation'),
newRecommendation,
TimestampStructure (TimestampStructure'),
newTimestampStructure,
UserFeedback (UserFeedback'),
newUserFeedback,
)
where
import Amazonka.CodeGuruProfiler.AddNotificationChannels
import Amazonka.CodeGuruProfiler.BatchGetFrameMetricData
import Amazonka.CodeGuruProfiler.ConfigureAgent
import Amazonka.CodeGuruProfiler.CreateProfilingGroup
import Amazonka.CodeGuruProfiler.DeleteProfilingGroup
import Amazonka.CodeGuruProfiler.DescribeProfilingGroup
import Amazonka.CodeGuruProfiler.GetFindingsReportAccountSummary
import Amazonka.CodeGuruProfiler.GetNotificationConfiguration
import Amazonka.CodeGuruProfiler.GetPolicy
import Amazonka.CodeGuruProfiler.GetProfile
import Amazonka.CodeGuruProfiler.GetRecommendations
import Amazonka.CodeGuruProfiler.Lens
import Amazonka.CodeGuruProfiler.ListFindingsReports
import Amazonka.CodeGuruProfiler.ListProfileTimes
import Amazonka.CodeGuruProfiler.ListProfilingGroups
import Amazonka.CodeGuruProfiler.ListTagsForResource
import Amazonka.CodeGuruProfiler.PostAgentProfile
import Amazonka.CodeGuruProfiler.PutPermission
import Amazonka.CodeGuruProfiler.RemoveNotificationChannel
import Amazonka.CodeGuruProfiler.RemovePermission
import Amazonka.CodeGuruProfiler.SubmitFeedback
import Amazonka.CodeGuruProfiler.TagResource
import Amazonka.CodeGuruProfiler.Types
import Amazonka.CodeGuruProfiler.UntagResource
import Amazonka.CodeGuruProfiler.UpdateProfilingGroup
import Amazonka.CodeGuruProfiler.Waiters