| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SMS.StartAppReplication
Description
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.
Constructors
| StartAppReplication' | |
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:
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.
Constructors
| StartAppReplicationResponse' | |
Fields
| |
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.