| 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.WorkSpacesWeb.DeletePortal
Description
Deletes a web portal.
Synopsis
- data DeletePortal = DeletePortal' {}
- newDeletePortal :: Text -> DeletePortal
- deletePortal_portalArn :: Lens' DeletePortal Text
- data DeletePortalResponse = DeletePortalResponse' {
- httpStatus :: Int
- newDeletePortalResponse :: Int -> DeletePortalResponse
- deletePortalResponse_httpStatus :: Lens' DeletePortalResponse Int
Creating a Request
data DeletePortal Source #
See: newDeletePortal smart constructor.
Constructors
| DeletePortal' | |
Instances
Arguments
| :: Text | |
| -> DeletePortal |
Create a value of DeletePortal 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:
DeletePortal, deletePortal_portalArn - The ARN of the web portal.
Request Lenses
deletePortal_portalArn :: Lens' DeletePortal Text Source #
The ARN of the web portal.
Destructuring the Response
data DeletePortalResponse Source #
See: newDeletePortalResponse smart constructor.
Constructors
| DeletePortalResponse' | |
Fields
| |
Instances
newDeletePortalResponse Source #
Arguments
| :: Int | |
| -> DeletePortalResponse |
Create a value of DeletePortalResponse 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:DeletePortalResponse', deletePortalResponse_httpStatus - The response's http status code.
Response Lenses
deletePortalResponse_httpStatus :: Lens' DeletePortalResponse Int Source #
The response's http status code.