| 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.StopFleet
Description
Stops the specified fleet.
Synopsis
Creating a Request
See: newStopFleet smart constructor.
Constructors
| StopFleet' | |
Instances
Create a value of StopFleet 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:
StopFleet, stopFleet_name - The name of the fleet.
Request Lenses
Destructuring the Response
data StopFleetResponse Source #
See: newStopFleetResponse smart constructor.
Constructors
| StopFleetResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> StopFleetResponse |
Create a value of StopFleetResponse 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:StopFleetResponse', stopFleetResponse_httpStatus - The response's http status code.
Response Lenses
stopFleetResponse_httpStatus :: Lens' StopFleetResponse Int Source #
The response's http status code.