| 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.AppStream.DeleteAppBlock
Description
Deletes an app block.
Synopsis
- data DeleteAppBlock = DeleteAppBlock' {}
- newDeleteAppBlock :: Text -> DeleteAppBlock
- deleteAppBlock_name :: Lens' DeleteAppBlock Text
- data DeleteAppBlockResponse = DeleteAppBlockResponse' {
- httpStatus :: Int
- newDeleteAppBlockResponse :: Int -> DeleteAppBlockResponse
- deleteAppBlockResponse_httpStatus :: Lens' DeleteAppBlockResponse Int
Creating a Request
data DeleteAppBlock Source #
See: newDeleteAppBlock smart constructor.
Constructors
| DeleteAppBlock' | |
Instances
Arguments
| :: Text | |
| -> DeleteAppBlock |
Create a value of DeleteAppBlock 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:
DeleteAppBlock, deleteAppBlock_name - The name of the app block.
Request Lenses
deleteAppBlock_name :: Lens' DeleteAppBlock Text Source #
The name of the app block.
Destructuring the Response
data DeleteAppBlockResponse Source #
See: newDeleteAppBlockResponse smart constructor.
Constructors
| DeleteAppBlockResponse' | |
Fields
| |
Instances
newDeleteAppBlockResponse Source #
Create a value of DeleteAppBlockResponse 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:DeleteAppBlockResponse', deleteAppBlockResponse_httpStatus - The response's http status code.
Response Lenses
deleteAppBlockResponse_httpStatus :: Lens' DeleteAppBlockResponse Int Source #
The response's http status code.