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 |
Starts replicating the specified application by creating replication jobs for each server in the application.
Synopsis
- data StartAppReplication = StartAppReplication' {}
- newStartAppReplication :: StartAppReplication
- startAppReplication_appId :: Lens' StartAppReplication (Maybe Text)
- data StartAppReplicationResponse = StartAppReplicationResponse' {
- httpStatus :: Int
- newStartAppReplicationResponse :: Int -> StartAppReplicationResponse
- startAppReplicationResponse_httpStatus :: Lens' StartAppReplicationResponse Int
Creating a Request
data StartAppReplication Source #
See: newStartAppReplication
smart constructor.
Instances
newStartAppReplication :: StartAppReplication Source #
Create a value of StartAppReplication
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:appId:StartAppReplication'
, startAppReplication_appId
- The ID of the application.
Request Lenses
startAppReplication_appId :: Lens' StartAppReplication (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data StartAppReplicationResponse Source #
See: newStartAppReplicationResponse
smart constructor.
StartAppReplicationResponse' | |
|
Instances
newStartAppReplicationResponse Source #
Create a value of StartAppReplicationResponse
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:httpStatus:StartAppReplicationResponse'
, startAppReplicationResponse_httpStatus
- The response's http status code.
Response Lenses
startAppReplicationResponse_httpStatus :: Lens' StartAppReplicationResponse Int Source #
The response's http status code.