| 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.AppStream.StartFleet
Description
Starts the specified fleet.
Synopsis
Creating a Request
data StartFleet Source #
See: newStartFleet smart constructor.
Constructors
| StartFleet' | |
Instances
Arguments
| :: Text | |
| -> StartFleet |
Create a value of StartFleet 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:
StartFleet, startFleet_name - The name of the fleet.
Request Lenses
startFleet_name :: Lens' StartFleet Text Source #
The name of the fleet.
Destructuring the Response
data StartFleetResponse Source #
See: newStartFleetResponse smart constructor.
Constructors
| StartFleetResponse' | |
Fields
| |
Instances
newStartFleetResponse Source #
Arguments
| :: Int | |
| -> StartFleetResponse |
Create a value of StartFleetResponse 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:StartFleetResponse', startFleetResponse_httpStatus - The response's http status code.
Response Lenses
startFleetResponse_httpStatus :: Lens' StartFleetResponse Int Source #
The response's http status code.