Copyright | (c) 2013-2021 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 |
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.
Instances
:: 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:
$sel:fleetName:DisassociateFleet'
, disassociateFleet_fleetName
- The name of the fleet.
$sel:stackName: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.
DisassociateFleetResponse' | |
|
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.