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 |
Deletes a single source server by ID.
Synopsis
- data DeleteSourceServer = DeleteSourceServer' {}
- newDeleteSourceServer :: Text -> DeleteSourceServer
- deleteSourceServer_sourceServerID :: Lens' DeleteSourceServer Text
- data DeleteSourceServerResponse = DeleteSourceServerResponse' {
- httpStatus :: Int
- newDeleteSourceServerResponse :: Int -> DeleteSourceServerResponse
- deleteSourceServerResponse_httpStatus :: Lens' DeleteSourceServerResponse Int
Creating a Request
data DeleteSourceServer Source #
See: newDeleteSourceServer
smart constructor.
DeleteSourceServer' | |
|
Instances
newDeleteSourceServer Source #
Create a value of DeleteSourceServer
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:sourceServerID:DeleteSourceServer'
, deleteSourceServer_sourceServerID
- Request to delete Source Server from service by Server ID.
Request Lenses
deleteSourceServer_sourceServerID :: Lens' DeleteSourceServer Text Source #
Request to delete Source Server from service by Server ID.
Destructuring the Response
data DeleteSourceServerResponse Source #
See: newDeleteSourceServerResponse
smart constructor.
DeleteSourceServerResponse' | |
|
Instances
newDeleteSourceServerResponse Source #
Create a value of DeleteSourceServerResponse
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:DeleteSourceServerResponse'
, deleteSourceServerResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSourceServerResponse_httpStatus :: Lens' DeleteSourceServerResponse Int Source #
The response's http status code.