libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Description

Deletes an attribute group, specified either by its attribute group ID or name.

Synopsis

Creating a Request

data DeleteAttributeGroup Source #

See: newDeleteAttributeGroup smart constructor.

Constructors

DeleteAttributeGroup' 

Fields

  • attributeGroup :: Text

    The name or ID of the attribute group that holds the attributes to describe the application.

Instances

Instances details
Eq DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Read DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Generic DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroup :: Type -> Type #

NFData DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Methods

rnf :: DeleteAttributeGroup -> () #

Hashable DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

AWSRequest DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type AWSResponse DeleteAttributeGroup #

ToHeaders DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

ToPath DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

ToQuery DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroup = D1 ('MetaData "DeleteAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "DeleteAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

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.

Constructors

DeleteAttributeGroupResponse' 

Fields

Instances

Instances details
Eq DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Read DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Generic DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroupResponse :: Type -> Type #

NFData DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroupResponse Source # 
Instance details

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