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

Description

Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts AssociateAttributeGroup.

Synopsis

Creating a Request

data DisassociateAttributeGroup Source #

See: newDisassociateAttributeGroup smart constructor.

Constructors

DisassociateAttributeGroup' 

Fields

  • application :: Text

    The name or ID of the application.

  • attributeGroup :: Text

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

Instances

Instances details
Eq DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Read DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Show DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Generic DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Associated Types

type Rep DisassociateAttributeGroup :: Type -> Type #

NFData DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Hashable DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

AWSRequest DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

ToHeaders DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

ToPath DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

ToQuery DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

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

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

newDisassociateAttributeGroup Source #

Create a value of DisassociateAttributeGroup 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:application:DisassociateAttributeGroup', disassociateAttributeGroup_application - The name or ID of the application.

$sel:attributeGroup:DisassociateAttributeGroup', disassociateAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application.

Request Lenses

disassociateAttributeGroup_attributeGroup :: Lens' DisassociateAttributeGroup Text Source #

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

Destructuring the Response

data DisassociateAttributeGroupResponse Source #

Constructors

DisassociateAttributeGroupResponse' 

Fields

Instances

Instances details
Eq DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Read DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Show DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Generic DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Associated Types

type Rep DisassociateAttributeGroupResponse :: Type -> Type #

NFData DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroupResponse = D1 ('MetaData "DisassociateAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "DisassociateAttributeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attributeGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDisassociateAttributeGroupResponse Source #

Create a value of DisassociateAttributeGroupResponse 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:applicationArn:DisassociateAttributeGroupResponse', disassociateAttributeGroupResponse_applicationArn - The Amazon resource name (ARN) that specifies the application.

$sel:attributeGroupArn:DisassociateAttributeGroupResponse', disassociateAttributeGroupResponse_attributeGroupArn - The Amazon resource name (ARN) that specifies the attribute group.

$sel:httpStatus:DisassociateAttributeGroupResponse', disassociateAttributeGroupResponse_httpStatus - The response's http status code.

Response Lenses

disassociateAttributeGroupResponse_applicationArn :: Lens' DisassociateAttributeGroupResponse (Maybe Text) Source #

The Amazon resource name (ARN) that specifies the application.

disassociateAttributeGroupResponse_attributeGroupArn :: Lens' DisassociateAttributeGroupResponse (Maybe Text) Source #

The Amazon resource name (ARN) that specifies the attribute group.