Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.AppStream.StartFleet
Description
Starts a fleet.
Creating a Request
Arguments
:: Text | |
-> StartFleet |
Creates a value of StartFleet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
staName
- The name of the fleet to start.
Request Lenses
staName :: Lens' StartFleet Text #
The name of the fleet to start.
Destructuring the Response
Arguments
:: Int | |
-> StartFleetResponse |
Creates a value of StartFleetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sfrsResponseStatus
- -- | The response status code.
data StartFleetResponse #
See: startFleetResponse
smart constructor.
Response Lenses
sfrsResponseStatus :: Lens' StartFleetResponse Int #
- - | The response status code.