amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type AWSResponse DeleteAttributeGroup #

Generic DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroup :: Type -> Type #

Read DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

NFData DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Methods

rnf :: DeleteAttributeGroup -> () #

Eq DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Hashable DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type AWSResponse 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" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DeleteAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroupResponse :: Type -> Type #

Read DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

NFData DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Eq 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" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" '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:

DeleteAttributeGroup, deleteAttributeGroupResponse_attributeGroup - Information about the deleted attribute group.

$sel:httpStatus:DeleteAttributeGroupResponse', deleteAttributeGroupResponse_httpStatus - The response's http status code.

Response Lenses