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 |
Deletes a group of labels.
Creating a Request
data DeleteLabelGroup Source #
See: newDeleteLabelGroup
smart constructor.
DeleteLabelGroup' | |
|
Instances
Create a value of DeleteLabelGroup
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:
DeleteLabelGroup
, deleteLabelGroup_labelGroupName
- The name of the label group that you want to delete. Data in this field
will be retained for service usage. Follow best practices for the
security of your data.
Request Lenses
deleteLabelGroup_labelGroupName :: Lens' DeleteLabelGroup Text Source #
The name of the label group that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.
Destructuring the Response
data DeleteLabelGroupResponse Source #
See: newDeleteLabelGroupResponse
smart constructor.
Instances
newDeleteLabelGroupResponse :: DeleteLabelGroupResponse Source #
Create a value of DeleteLabelGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.