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 |
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.
Instances
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:
$sel:fleetName:AssociateFleet'
, associateFleet_fleetName
- The name of the fleet.
$sel:stackName: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.
AssociateFleetResponse' | |
|
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.