| 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.DisassociateFleet
Description
Disassociates the specified fleet from the specified stack.
- disassociateFleet :: Text -> Text -> DisassociateFleet
- data DisassociateFleet
- dfFleetName :: Lens' DisassociateFleet Text
- dfStackName :: Lens' DisassociateFleet Text
- disassociateFleetResponse :: Int -> DisassociateFleetResponse
- data DisassociateFleetResponse
- drsResponseStatus :: Lens' DisassociateFleetResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DisassociateFleet |
Creates a value of DisassociateFleet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfFleetName- The name of the fleet.dfStackName- The name of the stack.
data DisassociateFleet Source #
See: disassociateFleet smart constructor.
Instances
Request Lenses
dfFleetName :: Lens' DisassociateFleet Text Source #
The name of the fleet.
dfStackName :: Lens' DisassociateFleet Text Source #
The name of the stack.
Destructuring the Response
disassociateFleetResponse Source #
Arguments
| :: Int | |
| -> DisassociateFleetResponse |
Creates a value of DisassociateFleetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus- -- | The response status code.
data DisassociateFleetResponse Source #
See: disassociateFleetResponse smart constructor.
Response Lenses
drsResponseStatus :: Lens' DisassociateFleetResponse Int Source #
- - | The response status code.