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

Description

Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.

Synopsis

Creating a Request

data AssociateAttributeGroup Source #

See: newAssociateAttributeGroup smart constructor.

Constructors

AssociateAttributeGroup' 

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

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Read AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Show AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Generic AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Associated Types

type Rep AssociateAttributeGroup :: Type -> Type #

NFData AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Methods

rnf :: AssociateAttributeGroup -> () #

Hashable AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToJSON AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

AWSRequest AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToHeaders AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToPath AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToQuery AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

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

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

newAssociateAttributeGroup Source #

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

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

Request Lenses

associateAttributeGroup_attributeGroup :: Lens' AssociateAttributeGroup Text Source #

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

Destructuring the Response

data AssociateAttributeGroupResponse Source #

See: newAssociateAttributeGroupResponse smart constructor.

Constructors

AssociateAttributeGroupResponse' 

Fields

Instances

Instances details
Eq AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Read AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Show AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Generic AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Associated Types

type Rep AssociateAttributeGroupResponse :: Type -> Type #

NFData AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroupResponse = D1 ('MetaData "AssociateAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "AssociateAttributeGroupResponse'" '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))))

newAssociateAttributeGroupResponse Source #

Create a value of AssociateAttributeGroupResponse 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:AssociateAttributeGroupResponse', associateAttributeGroupResponse_applicationArn - The Amazon resource name (ARN) of the application that was augmented with attributes.

$sel:attributeGroupArn:AssociateAttributeGroupResponse', associateAttributeGroupResponse_attributeGroupArn - The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.

$sel:httpStatus:AssociateAttributeGroupResponse', associateAttributeGroupResponse_httpStatus - The response's http status code.

Response Lenses

associateAttributeGroupResponse_applicationArn :: Lens' AssociateAttributeGroupResponse (Maybe Text) Source #

The Amazon resource name (ARN) of the application that was augmented with attributes.

associateAttributeGroupResponse_attributeGroupArn :: Lens' AssociateAttributeGroupResponse (Maybe Text) Source #

The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.