Copyright | (c) 2013-2021 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 |
Complete the migration of data.
Synopsis
- data CompleteMigration = CompleteMigration' {
- force :: Maybe Bool
- replicationGroupId :: Text
- newCompleteMigration :: Text -> CompleteMigration
- completeMigration_force :: Lens' CompleteMigration (Maybe Bool)
- completeMigration_replicationGroupId :: Lens' CompleteMigration Text
- data CompleteMigrationResponse = CompleteMigrationResponse' {}
- newCompleteMigrationResponse :: Int -> CompleteMigrationResponse
- completeMigrationResponse_replicationGroup :: Lens' CompleteMigrationResponse (Maybe ReplicationGroup)
- completeMigrationResponse_httpStatus :: Lens' CompleteMigrationResponse Int
Creating a Request
data CompleteMigration Source #
See: newCompleteMigration
smart constructor.
CompleteMigration' | |
|
Instances
Create a value of CompleteMigration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:force:CompleteMigration'
, completeMigration_force
- Forces the migration to stop without ensuring that data is in sync. It
is recommended to use this option only to abort the migration and not
recommended when application wants to continue migration to ElastiCache.
$sel:replicationGroupId:CompleteMigration'
, completeMigration_replicationGroupId
- The ID of the replication group to which data is being migrated.
Request Lenses
completeMigration_force :: Lens' CompleteMigration (Maybe Bool) Source #
Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.
completeMigration_replicationGroupId :: Lens' CompleteMigration Text Source #
The ID of the replication group to which data is being migrated.
Destructuring the Response
data CompleteMigrationResponse Source #
See: newCompleteMigrationResponse
smart constructor.
CompleteMigrationResponse' | |
|
Instances
newCompleteMigrationResponse Source #
Create a value of CompleteMigrationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:replicationGroup:CompleteMigrationResponse'
, completeMigrationResponse_replicationGroup
- Undocumented member.
$sel:httpStatus:CompleteMigrationResponse'
, completeMigrationResponse_httpStatus
- The response's http status code.
Response Lenses
completeMigrationResponse_replicationGroup :: Lens' CompleteMigrationResponse (Maybe ReplicationGroup) Source #
Undocumented member.
completeMigrationResponse_httpStatus :: Lens' CompleteMigrationResponse Int Source #
The response's http status code.