| 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.AssociateFleet
Description
Associates the specified fleet with the specified stack.
Synopsis
- data AssociateFleet = AssociateFleet' {}
- newAssociateFleet :: Text -> Text -> AssociateFleet
- associateFleet_fleetName :: Lens' AssociateFleet Text
- associateFleet_stackName :: Lens' AssociateFleet Text
- data AssociateFleetResponse = AssociateFleetResponse' {
- httpStatus :: Int
- newAssociateFleetResponse :: Int -> AssociateFleetResponse
- associateFleetResponse_httpStatus :: Lens' AssociateFleetResponse Int
Creating a Request
data AssociateFleet Source #
See: newAssociateFleet smart constructor.
Constructors
| AssociateFleet' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> AssociateFleet |
Create a value of AssociateFleet 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:
AssociateFleet, associateFleet_fleetName - The name of the fleet.
AssociateFleet, associateFleet_stackName - The name of the stack.
Request Lenses
associateFleet_fleetName :: Lens' AssociateFleet Text Source #
The name of the fleet.
associateFleet_stackName :: Lens' AssociateFleet Text Source #
The name of the stack.
Destructuring the Response
data AssociateFleetResponse Source #
See: newAssociateFleetResponse smart constructor.
Constructors
| AssociateFleetResponse' | |
Fields
| |
Instances
newAssociateFleetResponse Source #
Create a value of AssociateFleetResponse 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:AssociateFleetResponse', associateFleetResponse_httpStatus - The response's http status code.
Response Lenses
associateFleetResponse_httpStatus :: Lens' AssociateFleetResponse Int Source #
The response's http status code.