libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.AssociateTagOptionWithResource

Description

Associate the specified TagOption with the specified portfolio or product.

Synopsis

Creating a Request

data AssociateTagOptionWithResource Source #

See: newAssociateTagOptionWithResource smart constructor.

Constructors

AssociateTagOptionWithResource' 

Fields

Instances

Instances details
Eq AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Read AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Show AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Generic AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Associated Types

type Rep AssociateTagOptionWithResource :: Type -> Type #

NFData AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Hashable AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

ToJSON AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

AWSRequest AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

ToHeaders AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

ToPath AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

ToQuery AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResource = D1 ('MetaData "AssociateTagOptionWithResource" "Amazonka.ServiceCatalog.AssociateTagOptionWithResource" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "AssociateTagOptionWithResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagOptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

newAssociateTagOptionWithResource Source #

Create a value of AssociateTagOptionWithResource 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:resourceId:AssociateTagOptionWithResource', associateTagOptionWithResource_resourceId - The resource identifier.

$sel:tagOptionId:AssociateTagOptionWithResource', associateTagOptionWithResource_tagOptionId - The TagOption identifier.

Request Lenses

Destructuring the Response

data AssociateTagOptionWithResourceResponse Source #

Constructors

AssociateTagOptionWithResourceResponse' 

Fields

Instances

Instances details
Eq AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Read AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Show AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Generic AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

NFData AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResourceResponse = D1 ('MetaData "AssociateTagOptionWithResourceResponse" "Amazonka.ServiceCatalog.AssociateTagOptionWithResource" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "AssociateTagOptionWithResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateTagOptionWithResourceResponse Source #

Create a value of AssociateTagOptionWithResourceResponse 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:httpStatus:AssociateTagOptionWithResourceResponse', associateTagOptionWithResourceResponse_httpStatus - The response's http status code.

Response Lenses