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 |
Starts the specified fleet.
Synopsis
Creating a Request
data StartFleet Source #
See: newStartFleet
smart constructor.
Instances
Create a value of StartFleet
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:name:StartFleet'
, startFleet_name
- The name of the fleet.
Request Lenses
startFleet_name :: Lens' StartFleet Text Source #
The name of the fleet.
Destructuring the Response
data StartFleetResponse Source #
See: newStartFleetResponse
smart constructor.
StartFleetResponse' | |
|
Instances
newStartFleetResponse Source #
Create a value of StartFleetResponse
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:StartFleetResponse'
, startFleetResponse_httpStatus
- The response's http status code.
Response Lenses
startFleetResponse_httpStatus :: Lens' StartFleetResponse Int Source #
The response's http status code.