| 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.AssociateFleet
Description
Associates the specified fleet with the specified 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.afStackName- The name of the stack.
data AssociateFleet Source #
See: associateFleet smart constructor.
Instances
Request Lenses
afFleetName :: Lens' AssociateFleet Text Source #
The name of the fleet.
afStackName :: Lens' AssociateFleet Text Source #
The name of the stack.
Destructuring the Response
associateFleetResponse Source #
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 Source #
See: associateFleetResponse smart constructor.
Response Lenses
afrsResponseStatus :: Lens' AssociateFleetResponse Int Source #
- - | The response status code.