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 the 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.
Instances
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:
$sel:outpostId:DeleteOutpost'
, deleteOutpost_outpostId
- The ID of the Outpost.
Request Lenses
deleteOutpost_outpostId :: Lens' DeleteOutpost Text Source #
The ID of the Outpost.
Destructuring the Response
data DeleteOutpostResponse Source #
See: newDeleteOutpostResponse
smart constructor.
DeleteOutpostResponse' | |
|
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.