{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.ApplicationInsights
(
defaultService,
_ValidationException,
_AccessDeniedException,
_TagsAlreadyExistException,
_TooManyTagsException,
_InternalServerException,
_ResourceNotFoundException,
_BadRequestException,
_ResourceInUseException,
DescribeApplication (DescribeApplication'),
newDescribeApplication,
DescribeApplicationResponse (DescribeApplicationResponse'),
newDescribeApplicationResponse,
DescribeComponent (DescribeComponent'),
newDescribeComponent,
DescribeComponentResponse (DescribeComponentResponse'),
newDescribeComponentResponse,
ListTagsForResource (ListTagsForResource'),
newListTagsForResource,
ListTagsForResourceResponse (ListTagsForResourceResponse'),
newListTagsForResourceResponse,
DeleteApplication (DeleteApplication'),
newDeleteApplication,
DeleteApplicationResponse (DeleteApplicationResponse'),
newDeleteApplicationResponse,
UpdateApplication (UpdateApplication'),
newUpdateApplication,
UpdateApplicationResponse (UpdateApplicationResponse'),
newUpdateApplicationResponse,
DescribeComponentConfigurationRecommendation (DescribeComponentConfigurationRecommendation'),
newDescribeComponentConfigurationRecommendation,
DescribeComponentConfigurationRecommendationResponse (DescribeComponentConfigurationRecommendationResponse'),
newDescribeComponentConfigurationRecommendationResponse,
DescribeProblem (DescribeProblem'),
newDescribeProblem,
DescribeProblemResponse (DescribeProblemResponse'),
newDescribeProblemResponse,
UpdateComponentConfiguration (UpdateComponentConfiguration'),
newUpdateComponentConfiguration,
UpdateComponentConfigurationResponse (UpdateComponentConfigurationResponse'),
newUpdateComponentConfigurationResponse,
CreateApplication (CreateApplication'),
newCreateApplication,
CreateApplicationResponse (CreateApplicationResponse'),
newCreateApplicationResponse,
DescribeProblemObservations (DescribeProblemObservations'),
newDescribeProblemObservations,
DescribeProblemObservationsResponse (DescribeProblemObservationsResponse'),
newDescribeProblemObservationsResponse,
DescribeObservation (DescribeObservation'),
newDescribeObservation,
DescribeObservationResponse (DescribeObservationResponse'),
newDescribeObservationResponse,
ListLogPatternSets (ListLogPatternSets'),
newListLogPatternSets,
ListLogPatternSetsResponse (ListLogPatternSetsResponse'),
newListLogPatternSetsResponse,
DescribeComponentConfiguration (DescribeComponentConfiguration'),
newDescribeComponentConfiguration,
DescribeComponentConfigurationResponse (DescribeComponentConfigurationResponse'),
newDescribeComponentConfigurationResponse,
ListProblems (ListProblems'),
newListProblems,
ListProblemsResponse (ListProblemsResponse'),
newListProblemsResponse,
ListLogPatterns (ListLogPatterns'),
newListLogPatterns,
ListLogPatternsResponse (ListLogPatternsResponse'),
newListLogPatternsResponse,
DeleteLogPattern (DeleteLogPattern'),
newDeleteLogPattern,
DeleteLogPatternResponse (DeleteLogPatternResponse'),
newDeleteLogPatternResponse,
UpdateLogPattern (UpdateLogPattern'),
newUpdateLogPattern,
UpdateLogPatternResponse (UpdateLogPatternResponse'),
newUpdateLogPatternResponse,
CreateLogPattern (CreateLogPattern'),
newCreateLogPattern,
CreateLogPatternResponse (CreateLogPatternResponse'),
newCreateLogPatternResponse,
ListConfigurationHistory (ListConfigurationHistory'),
newListConfigurationHistory,
ListConfigurationHistoryResponse (ListConfigurationHistoryResponse'),
newListConfigurationHistoryResponse,
TagResource (TagResource'),
newTagResource,
TagResourceResponse (TagResourceResponse'),
newTagResourceResponse,
ListApplications (ListApplications'),
newListApplications,
ListApplicationsResponse (ListApplicationsResponse'),
newListApplicationsResponse,
UntagResource (UntagResource'),
newUntagResource,
UntagResourceResponse (UntagResourceResponse'),
newUntagResourceResponse,
CreateComponent (CreateComponent'),
newCreateComponent,
CreateComponentResponse (CreateComponentResponse'),
newCreateComponentResponse,
ListComponents (ListComponents'),
newListComponents,
ListComponentsResponse (ListComponentsResponse'),
newListComponentsResponse,
DeleteComponent (DeleteComponent'),
newDeleteComponent,
DeleteComponentResponse (DeleteComponentResponse'),
newDeleteComponentResponse,
UpdateComponent (UpdateComponent'),
newUpdateComponent,
UpdateComponentResponse (UpdateComponentResponse'),
newUpdateComponentResponse,
DescribeLogPattern (DescribeLogPattern'),
newDescribeLogPattern,
DescribeLogPatternResponse (DescribeLogPatternResponse'),
newDescribeLogPatternResponse,
CloudWatchEventSource (..),
ConfigurationEventResourceType (..),
ConfigurationEventStatus (..),
FeedbackKey (..),
FeedbackValue (..),
LogFilter (..),
OsType (..),
SeverityLevel (..),
Status (..),
Tier (..),
ApplicationComponent (ApplicationComponent'),
newApplicationComponent,
ApplicationInfo (ApplicationInfo'),
newApplicationInfo,
ConfigurationEvent (ConfigurationEvent'),
newConfigurationEvent,
LogPattern (LogPattern'),
newLogPattern,
Observation (Observation'),
newObservation,
Problem (Problem'),
newProblem,
RelatedObservations (RelatedObservations'),
newRelatedObservations,
Tag (Tag'),
newTag,
)
where
import Amazonka.ApplicationInsights.CreateApplication
import Amazonka.ApplicationInsights.CreateComponent
import Amazonka.ApplicationInsights.CreateLogPattern
import Amazonka.ApplicationInsights.DeleteApplication
import Amazonka.ApplicationInsights.DeleteComponent
import Amazonka.ApplicationInsights.DeleteLogPattern
import Amazonka.ApplicationInsights.DescribeApplication
import Amazonka.ApplicationInsights.DescribeComponent
import Amazonka.ApplicationInsights.DescribeComponentConfiguration
import Amazonka.ApplicationInsights.DescribeComponentConfigurationRecommendation
import Amazonka.ApplicationInsights.DescribeLogPattern
import Amazonka.ApplicationInsights.DescribeObservation
import Amazonka.ApplicationInsights.DescribeProblem
import Amazonka.ApplicationInsights.DescribeProblemObservations
import Amazonka.ApplicationInsights.Lens
import Amazonka.ApplicationInsights.ListApplications
import Amazonka.ApplicationInsights.ListComponents
import Amazonka.ApplicationInsights.ListConfigurationHistory
import Amazonka.ApplicationInsights.ListLogPatternSets
import Amazonka.ApplicationInsights.ListLogPatterns
import Amazonka.ApplicationInsights.ListProblems
import Amazonka.ApplicationInsights.ListTagsForResource
import Amazonka.ApplicationInsights.TagResource
import Amazonka.ApplicationInsights.Types
import Amazonka.ApplicationInsights.UntagResource
import Amazonka.ApplicationInsights.UpdateApplication
import Amazonka.ApplicationInsights.UpdateComponent
import Amazonka.ApplicationInsights.UpdateComponentConfiguration
import Amazonka.ApplicationInsights.UpdateLogPattern
import Amazonka.ApplicationInsights.Waiters