| 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.StopAppReplication
Description
Stops replicating the specified application by deleting the replication job for each server in the application.
Synopsis
- data StopAppReplication = StopAppReplication' {}
- newStopAppReplication :: StopAppReplication
- stopAppReplication_appId :: Lens' StopAppReplication (Maybe Text)
- data StopAppReplicationResponse = StopAppReplicationResponse' {
- httpStatus :: Int
- newStopAppReplicationResponse :: Int -> StopAppReplicationResponse
- stopAppReplicationResponse_httpStatus :: Lens' StopAppReplicationResponse Int
Creating a Request
data StopAppReplication Source #
See: newStopAppReplication smart constructor.
Constructors
| StopAppReplication' | |
Instances
newStopAppReplication :: StopAppReplication Source #
Create a value of StopAppReplication 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:
StopAppReplication, stopAppReplication_appId - The ID of the application.
Request Lenses
stopAppReplication_appId :: Lens' StopAppReplication (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data StopAppReplicationResponse Source #
See: newStopAppReplicationResponse smart constructor.
Constructors
| StopAppReplicationResponse' | |
Fields
| |
Instances
newStopAppReplicationResponse Source #
Create a value of StopAppReplicationResponse 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:StopAppReplicationResponse', stopAppReplicationResponse_httpStatus - The response's http status code.
Response Lenses
stopAppReplicationResponse_httpStatus :: Lens' StopAppReplicationResponse Int Source #
The response's http status code.