| 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.ServiceCatalog.DeleteTagOption
Description
Deletes the specified TagOption.
You cannot delete a TagOption if it is associated with a product or portfolio.
Synopsis
- data DeleteTagOption = DeleteTagOption' {}
- newDeleteTagOption :: Text -> DeleteTagOption
- deleteTagOption_id :: Lens' DeleteTagOption Text
- data DeleteTagOptionResponse = DeleteTagOptionResponse' {
- httpStatus :: Int
- newDeleteTagOptionResponse :: Int -> DeleteTagOptionResponse
- deleteTagOptionResponse_httpStatus :: Lens' DeleteTagOptionResponse Int
Creating a Request
data DeleteTagOption Source #
See: newDeleteTagOption smart constructor.
Constructors
| DeleteTagOption' | |
Instances
Arguments
| :: Text | |
| -> DeleteTagOption |
Create a value of DeleteTagOption 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:
DeleteTagOption, deleteTagOption_id - The TagOption identifier.
Request Lenses
deleteTagOption_id :: Lens' DeleteTagOption Text Source #
The TagOption identifier.
Destructuring the Response
data DeleteTagOptionResponse Source #
See: newDeleteTagOptionResponse smart constructor.
Constructors
| DeleteTagOptionResponse' | |
Fields
| |
Instances
newDeleteTagOptionResponse Source #
Create a value of DeleteTagOptionResponse 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:DeleteTagOptionResponse', deleteTagOptionResponse_httpStatus - The response's http status code.
Response Lenses
deleteTagOptionResponse_httpStatus :: Lens' DeleteTagOptionResponse Int Source #
The response's http status code.