| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.AppStream.StartFleet
Description
Starts the specified 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.
data StartFleet Source #
See: startFleet smart constructor.
Instances
Request Lenses
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 Source #
See: startFleetResponse smart constructor.
Response Lenses
sfrsResponseStatus :: Lens' StartFleetResponse Int Source #
- - | The response status code.