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 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.
DeleteAttributeGroup' | |
|
Instances
newDeleteAttributeGroup Source #
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:
$sel:attributeGroup: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.
DeleteAttributeGroupResponse' | |
|
Instances
Eq DeleteAttributeGroupResponse Source # | |
Read DeleteAttributeGroupResponse Source # | |
Show DeleteAttributeGroupResponse Source # | |
Generic DeleteAttributeGroupResponse Source # | |
NFData DeleteAttributeGroupResponse Source # | |
Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup rnf :: DeleteAttributeGroupResponse -> () # | |
type Rep DeleteAttributeGroupResponse Source # | |
Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup type Rep DeleteAttributeGroupResponse = D1 ('MetaData "DeleteAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "DeleteAttributeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeGroupSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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:
$sel:attributeGroup: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.