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 |
Deletes a fleet. Prevents users from accessing previously associated websites.
Synopsis
Creating a Request
data DeleteFleet Source #
See: newDeleteFleet
smart constructor.
Instances
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:fleetArn:DeleteFleet'
, deleteFleet_fleetArn
- The ARN of the fleet.
Request Lenses
deleteFleet_fleetArn :: Lens' DeleteFleet Text Source #
The ARN of the fleet.
Destructuring the Response
data DeleteFleetResponse Source #
See: newDeleteFleetResponse
smart constructor.
DeleteFleetResponse' | |
|
Instances
newDeleteFleetResponse Source #
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.