| 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.ServiceCatalogAppRegistry.DeleteAttributeGroup
Description
Deletes an attribute group, specified either by its attribute group ID or name.
Synopsis
- data DeleteAttributeGroup = DeleteAttributeGroup' {}
- newDeleteAttributeGroup :: Text -> DeleteAttributeGroup
- deleteAttributeGroup_attributeGroup :: Lens' DeleteAttributeGroup Text
- data DeleteAttributeGroupResponse = DeleteAttributeGroupResponse' {}
- newDeleteAttributeGroupResponse :: Int -> DeleteAttributeGroupResponse
- deleteAttributeGroupResponse_attributeGroup :: Lens' DeleteAttributeGroupResponse (Maybe AttributeGroupSummary)
- deleteAttributeGroupResponse_httpStatus :: Lens' DeleteAttributeGroupResponse Int
Creating a Request
data DeleteAttributeGroup Source #
See: newDeleteAttributeGroup smart constructor.
Constructors
| DeleteAttributeGroup' | |
Fields
| |
Instances
newDeleteAttributeGroup Source #
Arguments
| :: Text | |
| -> DeleteAttributeGroup |
Create a value of DeleteAttributeGroup 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:
DeleteAttributeGroup, deleteAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to
describe the application.
Request Lenses
deleteAttributeGroup_attributeGroup :: Lens' DeleteAttributeGroup Text Source #
The name or ID of the attribute group that holds the attributes to describe the application.
Destructuring the Response
data DeleteAttributeGroupResponse Source #
See: newDeleteAttributeGroupResponse smart constructor.
Constructors
| DeleteAttributeGroupResponse' | |
Fields
| |
Instances
newDeleteAttributeGroupResponse Source #
Create a value of DeleteAttributeGroupResponse 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:
DeleteAttributeGroup, deleteAttributeGroupResponse_attributeGroup - Information about the deleted attribute group.
$sel:httpStatus:DeleteAttributeGroupResponse', deleteAttributeGroupResponse_httpStatus - The response's http status code.
Response Lenses
deleteAttributeGroupResponse_attributeGroup :: Lens' DeleteAttributeGroupResponse (Maybe AttributeGroupSummary) Source #
Information about the deleted attribute group.
deleteAttributeGroupResponse_httpStatus :: Lens' DeleteAttributeGroupResponse Int Source #
The response's http status code.