amazonka-dms-1.6.0: 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.ReloadTables

Contents

Description

Reloads the target database table with the source data.

Synopsis

Creating a Request

reloadTables Source #

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

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

data ReloadTables Source #

See: reloadTables smart constructor.

Instances

Eq ReloadTables Source # 
Data ReloadTables Source # 

Methods

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

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

toConstr :: ReloadTables -> Constr #

dataTypeOf :: ReloadTables -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ReloadTables Source # 
Show ReloadTables Source # 
Generic ReloadTables Source # 

Associated Types

type Rep ReloadTables :: * -> * #

Hashable ReloadTables Source # 
ToJSON ReloadTables Source # 
NFData ReloadTables Source # 

Methods

rnf :: ReloadTables -> () #

AWSRequest ReloadTables Source # 
ToHeaders ReloadTables Source # 
ToPath ReloadTables Source # 
ToQuery ReloadTables Source # 
type Rep ReloadTables Source # 
type Rep ReloadTables = D1 * (MetaData "ReloadTables" "Network.AWS.DMS.ReloadTables" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" False) (C1 * (MetaCons "ReloadTables'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_rtReplicationTaskARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_rtTablesToReload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [TableToReload]))))
type Rs ReloadTables Source # 

Request Lenses

rtReplicationTaskARN :: Lens' ReloadTables Text Source #

The Amazon Resource Name (ARN) of the replication instance.

rtTablesToReload :: Lens' ReloadTables [TableToReload] Source #

The name and schema of the table to be reloaded.

Destructuring the Response

reloadTablesResponse Source #

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

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

data ReloadTablesResponse Source #

See: reloadTablesResponse smart constructor.

Instances

Eq ReloadTablesResponse Source # 
Data ReloadTablesResponse Source # 

Methods

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

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

toConstr :: ReloadTablesResponse -> Constr #

dataTypeOf :: ReloadTablesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ReloadTablesResponse Source # 
Show ReloadTablesResponse Source # 
Generic ReloadTablesResponse Source # 
NFData ReloadTablesResponse Source # 

Methods

rnf :: ReloadTablesResponse -> () #

type Rep ReloadTablesResponse Source # 
type Rep ReloadTablesResponse = D1 * (MetaData "ReloadTablesResponse" "Network.AWS.DMS.ReloadTables" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" False) (C1 * (MetaCons "ReloadTablesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_rtrsReplicationTaskARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

rtrsReplicationTaskARN :: Lens' ReloadTablesResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the replication task.

rtrsResponseStatus :: Lens' ReloadTablesResponse Int Source #

  • - | The response status code.