amazonka-dms-1.6.1: Amazon Database Migration Service 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.DMS.DescribeRefreshSchemasStatus

Contents

Description

Returns the status of the RefreshSchemas operation.

Synopsis

Creating a Request

describeRefreshSchemasStatus Source #

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

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

  • drssEndpointARN - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

data DescribeRefreshSchemasStatus Source #

See: describeRefreshSchemasStatus smart constructor.

Instances
Eq DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Data DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Methods

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

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

toConstr :: DescribeRefreshSchemasStatus -> Constr #

dataTypeOf :: DescribeRefreshSchemasStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Show DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Generic DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Associated Types

type Rep DescribeRefreshSchemasStatus :: Type -> Type #

Hashable DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

ToJSON DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

AWSRequest DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Associated Types

type Rs DescribeRefreshSchemasStatus :: Type #

ToHeaders DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

ToPath DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

ToQuery DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

NFData DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatus = D1 (MetaData "DescribeRefreshSchemasStatus" "Network.AWS.DMS.DescribeRefreshSchemasStatus" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" True) (C1 (MetaCons "DescribeRefreshSchemasStatus'" PrefixI True) (S1 (MetaSel (Just "_drssEndpointARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Request Lenses

drssEndpointARN :: Lens' DescribeRefreshSchemasStatus Text Source #

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Destructuring the Response

describeRefreshSchemasStatusResponse Source #

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

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

data DescribeRefreshSchemasStatusResponse Source #

See: describeRefreshSchemasStatusResponse smart constructor.

Instances
Eq DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Data DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Methods

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

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

toConstr :: DescribeRefreshSchemasStatusResponse -> Constr #

dataTypeOf :: DescribeRefreshSchemasStatusResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Show DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

Generic DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

NFData DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Network.AWS.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatusResponse = D1 (MetaData "DescribeRefreshSchemasStatusResponse" "Network.AWS.DMS.DescribeRefreshSchemasStatus" "amazonka-dms-1.6.1-14neO3bVY9yK6uL0mC7eXy" False) (C1 (MetaCons "DescribeRefreshSchemasStatusResponse'" PrefixI True) (S1 (MetaSel (Just "_drssrsRefreshSchemasStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RefreshSchemasStatus)) :*: S1 (MetaSel (Just "_drssrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses