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 |
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.
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:
$sel:appId: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.
StopAppReplicationResponse' | |
|
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.