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 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.
Instances
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:
$sel:id: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.
DeleteTagOptionResponse' | |
|
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.