| 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.DisassociateFleet
Description
Disassociates the specified fleet from the specified stack.
Synopsis
- data DisassociateFleet = DisassociateFleet' {}
- newDisassociateFleet :: Text -> Text -> DisassociateFleet
- disassociateFleet_fleetName :: Lens' DisassociateFleet Text
- disassociateFleet_stackName :: Lens' DisassociateFleet Text
- data DisassociateFleetResponse = DisassociateFleetResponse' {
- httpStatus :: Int
- newDisassociateFleetResponse :: Int -> DisassociateFleetResponse
- disassociateFleetResponse_httpStatus :: Lens' DisassociateFleetResponse Int
Creating a Request
data DisassociateFleet Source #
See: newDisassociateFleet smart constructor.
Constructors
| DisassociateFleet' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DisassociateFleet |
Create a value of DisassociateFleet 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:
DisassociateFleet, disassociateFleet_fleetName - The name of the fleet.
DisassociateFleet, disassociateFleet_stackName - The name of the stack.
Request Lenses
disassociateFleet_fleetName :: Lens' DisassociateFleet Text Source #
The name of the fleet.
disassociateFleet_stackName :: Lens' DisassociateFleet Text Source #
The name of the stack.
Destructuring the Response
data DisassociateFleetResponse Source #
See: newDisassociateFleetResponse smart constructor.
Constructors
| DisassociateFleetResponse' | |
Fields
| |
Instances
newDisassociateFleetResponse Source #
Create a value of DisassociateFleetResponse 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:DisassociateFleetResponse', disassociateFleetResponse_httpStatus - The response's http status code.
Response Lenses
disassociateFleetResponse_httpStatus :: Lens' DisassociateFleetResponse Int Source #
The response's http status code.