| 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.Outposts.DeleteOutpost
Description
Deletes the specified Outpost.
Synopsis
- data DeleteOutpost = DeleteOutpost' {}
- newDeleteOutpost :: Text -> DeleteOutpost
- deleteOutpost_outpostId :: Lens' DeleteOutpost Text
- data DeleteOutpostResponse = DeleteOutpostResponse' {
- httpStatus :: Int
- newDeleteOutpostResponse :: Int -> DeleteOutpostResponse
- deleteOutpostResponse_httpStatus :: Lens' DeleteOutpostResponse Int
Creating a Request
data DeleteOutpost Source #
See: newDeleteOutpost smart constructor.
Constructors
| DeleteOutpost' | |
Instances
Arguments
| :: Text | |
| -> DeleteOutpost |
Create a value of DeleteOutpost 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:
DeleteOutpost, deleteOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.
Request Lenses
deleteOutpost_outpostId :: Lens' DeleteOutpost Text Source #
The ID or the Amazon Resource Name (ARN) of the Outpost.
Destructuring the Response
data DeleteOutpostResponse Source #
See: newDeleteOutpostResponse smart constructor.
Constructors
| DeleteOutpostResponse' | |
Fields
| |
Instances
newDeleteOutpostResponse Source #
Create a value of DeleteOutpostResponse 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:DeleteOutpostResponse', deleteOutpostResponse_httpStatus - The response's http status code.
Response Lenses
deleteOutpostResponse_httpStatus :: Lens' DeleteOutpostResponse Int Source #
The response's http status code.