{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.AppConfig
(
defaultService,
_PayloadTooLargeException,
_ConflictException,
_ServiceQuotaExceededException,
_InternalServerException,
_ResourceNotFoundException,
_BadRequestException,
ListEnvironments (ListEnvironments'),
newListEnvironments,
ListEnvironmentsResponse (ListEnvironmentsResponse'),
newListEnvironmentsResponse,
UpdateEnvironment (UpdateEnvironment'),
newUpdateEnvironment,
Environment (Environment'),
newEnvironment,
DeleteEnvironment (DeleteEnvironment'),
newDeleteEnvironment,
DeleteEnvironmentResponse (DeleteEnvironmentResponse'),
newDeleteEnvironmentResponse,
GetDeploymentStrategy (GetDeploymentStrategy'),
newGetDeploymentStrategy,
DeploymentStrategy (DeploymentStrategy'),
newDeploymentStrategy,
CreateConfigurationProfile (CreateConfigurationProfile'),
newCreateConfigurationProfile,
ConfigurationProfile (ConfigurationProfile'),
newConfigurationProfile,
GetDeployment (GetDeployment'),
newGetDeployment,
Deployment (Deployment'),
newDeployment,
UpdateConfigurationProfile (UpdateConfigurationProfile'),
newUpdateConfigurationProfile,
ConfigurationProfile (ConfigurationProfile'),
newConfigurationProfile,
DeleteConfigurationProfile (DeleteConfigurationProfile'),
newDeleteConfigurationProfile,
DeleteConfigurationProfileResponse (DeleteConfigurationProfileResponse'),
newDeleteConfigurationProfileResponse,
ListTagsForResource (ListTagsForResource'),
newListTagsForResource,
ListTagsForResourceResponse (ListTagsForResourceResponse'),
newListTagsForResourceResponse,
ListHostedConfigurationVersions (ListHostedConfigurationVersions'),
newListHostedConfigurationVersions,
ListHostedConfigurationVersionsResponse (ListHostedConfigurationVersionsResponse'),
newListHostedConfigurationVersionsResponse,
GetConfigurationProfile (GetConfigurationProfile'),
newGetConfigurationProfile,
ConfigurationProfile (ConfigurationProfile'),
newConfigurationProfile,
DeleteApplication (DeleteApplication'),
newDeleteApplication,
DeleteApplicationResponse (DeleteApplicationResponse'),
newDeleteApplicationResponse,
UpdateApplication (UpdateApplication'),
newUpdateApplication,
Application (Application'),
newApplication,
UpdateDeploymentStrategy (UpdateDeploymentStrategy'),
newUpdateDeploymentStrategy,
DeploymentStrategy (DeploymentStrategy'),
newDeploymentStrategy,
DeleteDeploymentStrategy (DeleteDeploymentStrategy'),
newDeleteDeploymentStrategy,
DeleteDeploymentStrategyResponse (DeleteDeploymentStrategyResponse'),
newDeleteDeploymentStrategyResponse,
CreateApplication (CreateApplication'),
newCreateApplication,
Application (Application'),
newApplication,
ValidateConfiguration (ValidateConfiguration'),
newValidateConfiguration,
ValidateConfigurationResponse (ValidateConfigurationResponse'),
newValidateConfigurationResponse,
StopDeployment (StopDeployment'),
newStopDeployment,
Deployment (Deployment'),
newDeployment,
GetApplication (GetApplication'),
newGetApplication,
Application (Application'),
newApplication,
CreateHostedConfigurationVersion (CreateHostedConfigurationVersion'),
newCreateHostedConfigurationVersion,
HostedConfigurationVersion (HostedConfigurationVersion'),
newHostedConfigurationVersion,
ListConfigurationProfiles (ListConfigurationProfiles'),
newListConfigurationProfiles,
ListConfigurationProfilesResponse (ListConfigurationProfilesResponse'),
newListConfigurationProfilesResponse,
DeleteHostedConfigurationVersion (DeleteHostedConfigurationVersion'),
newDeleteHostedConfigurationVersion,
DeleteHostedConfigurationVersionResponse (DeleteHostedConfigurationVersionResponse'),
newDeleteHostedConfigurationVersionResponse,
GetHostedConfigurationVersion (GetHostedConfigurationVersion'),
newGetHostedConfigurationVersion,
HostedConfigurationVersion (HostedConfigurationVersion'),
newHostedConfigurationVersion,
ListDeployments (ListDeployments'),
newListDeployments,
ListDeploymentsResponse (ListDeploymentsResponse'),
newListDeploymentsResponse,
TagResource (TagResource'),
newTagResource,
TagResourceResponse (TagResourceResponse'),
newTagResourceResponse,
GetEnvironment (GetEnvironment'),
newGetEnvironment,
Environment (Environment'),
newEnvironment,
ListApplications (ListApplications'),
newListApplications,
ListApplicationsResponse (ListApplicationsResponse'),
newListApplicationsResponse,
UntagResource (UntagResource'),
newUntagResource,
UntagResourceResponse (UntagResourceResponse'),
newUntagResourceResponse,
ListDeploymentStrategies (ListDeploymentStrategies'),
newListDeploymentStrategies,
ListDeploymentStrategiesResponse (ListDeploymentStrategiesResponse'),
newListDeploymentStrategiesResponse,
GetConfiguration (GetConfiguration'),
newGetConfiguration,
GetConfigurationResponse (GetConfigurationResponse'),
newGetConfigurationResponse,
CreateDeploymentStrategy (CreateDeploymentStrategy'),
newCreateDeploymentStrategy,
DeploymentStrategy (DeploymentStrategy'),
newDeploymentStrategy,
StartDeployment (StartDeployment'),
newStartDeployment,
Deployment (Deployment'),
newDeployment,
CreateEnvironment (CreateEnvironment'),
newCreateEnvironment,
Environment (Environment'),
newEnvironment,
DeploymentEventType (..),
DeploymentState (..),
EnvironmentState (..),
GrowthType (..),
ReplicateTo (..),
TriggeredBy (..),
ValidatorType (..),
Application (Application'),
newApplication,
ConfigurationProfile (ConfigurationProfile'),
newConfigurationProfile,
ConfigurationProfileSummary (ConfigurationProfileSummary'),
newConfigurationProfileSummary,
Deployment (Deployment'),
newDeployment,
DeploymentEvent (DeploymentEvent'),
newDeploymentEvent,
DeploymentStrategy (DeploymentStrategy'),
newDeploymentStrategy,
DeploymentSummary (DeploymentSummary'),
newDeploymentSummary,
Environment (Environment'),
newEnvironment,
HostedConfigurationVersion (HostedConfigurationVersion'),
newHostedConfigurationVersion,
HostedConfigurationVersionSummary (HostedConfigurationVersionSummary'),
newHostedConfigurationVersionSummary,
Monitor (Monitor'),
newMonitor,
Validator (Validator'),
newValidator,
)
where
import Amazonka.AppConfig.CreateApplication
import Amazonka.AppConfig.CreateConfigurationProfile
import Amazonka.AppConfig.CreateDeploymentStrategy
import Amazonka.AppConfig.CreateEnvironment
import Amazonka.AppConfig.CreateHostedConfigurationVersion
import Amazonka.AppConfig.DeleteApplication
import Amazonka.AppConfig.DeleteConfigurationProfile
import Amazonka.AppConfig.DeleteDeploymentStrategy
import Amazonka.AppConfig.DeleteEnvironment
import Amazonka.AppConfig.DeleteHostedConfigurationVersion
import Amazonka.AppConfig.GetApplication
import Amazonka.AppConfig.GetConfiguration
import Amazonka.AppConfig.GetConfigurationProfile
import Amazonka.AppConfig.GetDeployment
import Amazonka.AppConfig.GetDeploymentStrategy
import Amazonka.AppConfig.GetEnvironment
import Amazonka.AppConfig.GetHostedConfigurationVersion
import Amazonka.AppConfig.Lens
import Amazonka.AppConfig.ListApplications
import Amazonka.AppConfig.ListConfigurationProfiles
import Amazonka.AppConfig.ListDeploymentStrategies
import Amazonka.AppConfig.ListDeployments
import Amazonka.AppConfig.ListEnvironments
import Amazonka.AppConfig.ListHostedConfigurationVersions
import Amazonka.AppConfig.ListTagsForResource
import Amazonka.AppConfig.StartDeployment
import Amazonka.AppConfig.StopDeployment
import Amazonka.AppConfig.TagResource
import Amazonka.AppConfig.Types
import Amazonka.AppConfig.UntagResource
import Amazonka.AppConfig.UpdateApplication
import Amazonka.AppConfig.UpdateConfigurationProfile
import Amazonka.AppConfig.UpdateDeploymentStrategy
import Amazonka.AppConfig.UpdateEnvironment
import Amazonka.AppConfig.ValidateConfiguration
import Amazonka.AppConfig.Waiters