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

Description

Updates the specified TagOption.

Synopsis

Creating a Request

data UpdateTagOption Source #

See: newUpdateTagOption smart constructor.

Constructors

UpdateTagOption' 

Fields

Instances

Instances details
Eq UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Read UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Show UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Generic UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Associated Types

type Rep UpdateTagOption :: Type -> Type #

NFData UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Methods

rnf :: UpdateTagOption -> () #

Hashable UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

ToJSON UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

AWSRequest UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Associated Types

type AWSResponse UpdateTagOption #

ToHeaders UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

ToPath UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

ToQuery UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

type Rep UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

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

Defined in Amazonka.ServiceCatalog.UpdateTagOption

newUpdateTagOption Source #

Create a value of UpdateTagOption 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:value:UpdateTagOption', updateTagOption_value - The updated value.

$sel:active:UpdateTagOption', updateTagOption_active - The updated active state.

$sel:id:UpdateTagOption', updateTagOption_id - The TagOption identifier.

Request Lenses

updateTagOption_id :: Lens' UpdateTagOption Text Source #

The TagOption identifier.

Destructuring the Response

data UpdateTagOptionResponse Source #

See: newUpdateTagOptionResponse smart constructor.

Constructors

UpdateTagOptionResponse' 

Fields

Instances

Instances details
Eq UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Read UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Show UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Generic UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Associated Types

type Rep UpdateTagOptionResponse :: Type -> Type #

NFData UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Methods

rnf :: UpdateTagOptionResponse -> () #

type Rep UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

type Rep UpdateTagOptionResponse = D1 ('MetaData "UpdateTagOptionResponse" "Amazonka.ServiceCatalog.UpdateTagOption" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "UpdateTagOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagOptionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagOptionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTagOptionResponse Source #

Create a value of UpdateTagOptionResponse 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:tagOptionDetail:UpdateTagOptionResponse', updateTagOptionResponse_tagOptionDetail - Information about the TagOption.

$sel:httpStatus:UpdateTagOptionResponse', updateTagOptionResponse_httpStatus - The response's http status code.

Response Lenses