Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.AppStream.AssociateFleet
Description
Associate a fleet to a stack.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> AssociateFleet |
Creates a value of AssociateFleet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
afFleetName
- The name of the fleet to associate.afStackName
- The name of the stack to which the fleet is associated.
data AssociateFleet #
See: associateFleet
smart constructor.
Instances
Request Lenses
afFleetName :: Lens' AssociateFleet Text #
The name of the fleet to associate.
afStackName :: Lens' AssociateFleet Text #
The name of the stack to which the fleet is associated.
Destructuring the Response
Arguments
:: Int | |
-> AssociateFleetResponse |
Creates a value of AssociateFleetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
afrsResponseStatus
- -- | The response status code.
data AssociateFleetResponse #
See: associateFleetResponse
smart constructor.
Response Lenses
afrsResponseStatus :: Lens' AssociateFleetResponse Int #
- - | The response status code.