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 |
Changes the state of a file transfer protocol-enabled server from
OFFLINE
to ONLINE
. It has no impact on a server that is already
ONLINE
. An ONLINE
server can accept and process file transfer jobs.
The state of STARTING
indicates that the server is in an intermediate
state, either not fully able to respond, or not fully online. The values
of START_FAILED
can indicate an error condition.
No response is returned from this call.
Synopsis
Creating a Request
data StartServer Source #
See: newStartServer
smart constructor.
Instances
Create a value of StartServer
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:serverId:StartServer'
, startServer_serverId
- A system-assigned unique identifier for a server that you start.
Request Lenses
startServer_serverId :: Lens' StartServer Text Source #
A system-assigned unique identifier for a server that you start.
Destructuring the Response
data StartServerResponse Source #
See: newStartServerResponse
smart constructor.
Instances
Eq StartServerResponse Source # | |
Defined in Amazonka.Transfer.StartServer (==) :: StartServerResponse -> StartServerResponse -> Bool # (/=) :: StartServerResponse -> StartServerResponse -> Bool # | |
Read StartServerResponse Source # | |
Defined in Amazonka.Transfer.StartServer | |
Show StartServerResponse Source # | |
Defined in Amazonka.Transfer.StartServer showsPrec :: Int -> StartServerResponse -> ShowS # show :: StartServerResponse -> String # showList :: [StartServerResponse] -> ShowS # | |
Generic StartServerResponse Source # | |
Defined in Amazonka.Transfer.StartServer type Rep StartServerResponse :: Type -> Type # from :: StartServerResponse -> Rep StartServerResponse x # to :: Rep StartServerResponse x -> StartServerResponse # | |
NFData StartServerResponse Source # | |
Defined in Amazonka.Transfer.StartServer rnf :: StartServerResponse -> () # | |
type Rep StartServerResponse Source # | |
newStartServerResponse :: StartServerResponse Source #
Create a value of StartServerResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.