| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DMS.ReloadTables
Description
Reloads the target database table with the source data.
- reloadTables :: Text -> ReloadTables
- data ReloadTables
- rtReplicationTaskARN :: Lens' ReloadTables Text
- rtTablesToReload :: Lens' ReloadTables [TableToReload]
- reloadTablesResponse :: Int -> ReloadTablesResponse
- data ReloadTablesResponse
- rtrsReplicationTaskARN :: Lens' ReloadTablesResponse (Maybe Text)
- rtrsResponseStatus :: Lens' ReloadTablesResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ReloadTables |
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:
rtReplicationTaskARN- The Amazon Resource Name (ARN) of the replication instance.rtTablesToReload- The name and schema of the table to be reloaded.
data ReloadTables Source #
See: reloadTables smart constructor.
Instances
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
Arguments
| :: Int | |
| -> ReloadTablesResponse |
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:
rtrsReplicationTaskARN- The Amazon Resource Name (ARN) of the replication task.rtrsResponseStatus- -- | The response status code.
data ReloadTablesResponse Source #
See: reloadTablesResponse smart constructor.
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.