amazonka-migrationhub-1.6.0: Amazon Migration Hub SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MigrationHub.DescribeApplicationState

Contents

Description

Gets the migration status of an application.

Synopsis

Creating a Request

describeApplicationState Source #

Creates a value of DescribeApplicationState with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dasApplicationId - The configurationId in ADS that uniquely identifies the grouped application.

data DescribeApplicationState Source #

See: describeApplicationState smart constructor.

Instances

Eq DescribeApplicationState Source # 
Data DescribeApplicationState Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeApplicationState -> c DescribeApplicationState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeApplicationState #

toConstr :: DescribeApplicationState -> Constr #

dataTypeOf :: DescribeApplicationState -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeApplicationState) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeApplicationState) #

gmapT :: (forall b. Data b => b -> b) -> DescribeApplicationState -> DescribeApplicationState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeApplicationState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeApplicationState -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeApplicationState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeApplicationState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeApplicationState -> m DescribeApplicationState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeApplicationState -> m DescribeApplicationState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeApplicationState -> m DescribeApplicationState #

Read DescribeApplicationState Source # 
Show DescribeApplicationState Source # 
Generic DescribeApplicationState Source # 
Hashable DescribeApplicationState Source # 
ToJSON DescribeApplicationState Source # 
NFData DescribeApplicationState Source # 
AWSRequest DescribeApplicationState Source # 
ToHeaders DescribeApplicationState Source # 
ToPath DescribeApplicationState Source # 
ToQuery DescribeApplicationState Source # 
type Rep DescribeApplicationState Source # 
type Rep DescribeApplicationState = D1 * (MetaData "DescribeApplicationState" "Network.AWS.MigrationHub.DescribeApplicationState" "amazonka-migrationhub-1.6.0-7kcto3lUXxtCXP9q5ELBxL" True) (C1 * (MetaCons "DescribeApplicationState'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dasApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeApplicationState Source # 

Request Lenses

dasApplicationId :: Lens' DescribeApplicationState Text Source #

The configurationId in ADS that uniquely identifies the grouped application.

Destructuring the Response

describeApplicationStateResponse Source #

Creates a value of DescribeApplicationStateResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeApplicationStateResponse Source #

See: describeApplicationStateResponse smart constructor.

Instances

Eq DescribeApplicationStateResponse Source # 
Data DescribeApplicationStateResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeApplicationStateResponse -> c DescribeApplicationStateResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeApplicationStateResponse #

toConstr :: DescribeApplicationStateResponse -> Constr #

dataTypeOf :: DescribeApplicationStateResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeApplicationStateResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeApplicationStateResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeApplicationStateResponse -> DescribeApplicationStateResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeApplicationStateResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeApplicationStateResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeApplicationStateResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeApplicationStateResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeApplicationStateResponse -> m DescribeApplicationStateResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeApplicationStateResponse -> m DescribeApplicationStateResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeApplicationStateResponse -> m DescribeApplicationStateResponse #

Read DescribeApplicationStateResponse Source # 
Show DescribeApplicationStateResponse Source # 
Generic DescribeApplicationStateResponse Source # 
NFData DescribeApplicationStateResponse Source # 
type Rep DescribeApplicationStateResponse Source # 
type Rep DescribeApplicationStateResponse = D1 * (MetaData "DescribeApplicationStateResponse" "Network.AWS.MigrationHub.DescribeApplicationState" "amazonka-migrationhub-1.6.0-7kcto3lUXxtCXP9q5ELBxL" False) (C1 * (MetaCons "DescribeApplicationStateResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dasrsLastUpdatedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dasrsApplicationStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ApplicationStatus))) (S1 * (MetaSel (Just Symbol "_dasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dasrsLastUpdatedTime :: Lens' DescribeApplicationStateResponse (Maybe UTCTime) Source #

The timestamp when the application status was last updated.

dasrsApplicationStatus :: Lens' DescribeApplicationStateResponse (Maybe ApplicationStatus) Source #

Status of the application - Not Started, In-Progress, Complete.