| 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 |
Amazonka.RobOMaker.DeleteFleet
Description
Deletes a fleet.
Synopsis
Creating a Request
data DeleteFleet Source #
See: newDeleteFleet smart constructor.
Constructors
| DeleteFleet' | |
Instances
Arguments
| :: Text | |
| -> DeleteFleet |
Create a value of DeleteFleet 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:fleet:DeleteFleet', deleteFleet_fleet - The Amazon Resource Name (ARN) of the fleet.
Request Lenses
deleteFleet_fleet :: Lens' DeleteFleet Text Source #
The Amazon Resource Name (ARN) of the fleet.
Destructuring the Response
data DeleteFleetResponse Source #
See: newDeleteFleetResponse smart constructor.
Constructors
| DeleteFleetResponse' | |
Fields
| |
Instances
newDeleteFleetResponse Source #
Arguments
| :: Int | |
| -> DeleteFleetResponse |
Create a value of DeleteFleetResponse 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:DeleteFleetResponse', deleteFleetResponse_httpStatus - The response's http status code.
Response Lenses
deleteFleetResponse_httpStatus :: Lens' DeleteFleetResponse Int Source #
The response's http status code.