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.Transfer.DeleteServer
Description
Deletes the file transfer protocol-enabled server that you specify.
No response returns from this operation.
Synopsis
Creating a Request
data DeleteServer Source #
See: newDeleteServer
smart constructor.
Constructors
DeleteServer' | |
Instances
Arguments
:: Text | |
-> DeleteServer |
Create a value of DeleteServer
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:
DeleteServer
, deleteServer_serverId
- A unique system-assigned identifier for a server instance.
Request Lenses
deleteServer_serverId :: Lens' DeleteServer Text Source #
A unique system-assigned identifier for a server instance.
Destructuring the Response
data DeleteServerResponse Source #
See: newDeleteServerResponse
smart constructor.
Constructors
DeleteServerResponse' | |
Instances
newDeleteServerResponse :: DeleteServerResponse Source #
Create a value of DeleteServerResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.