amazonka-servicecatalog-2.0: Amazon Service Catalog 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.ServiceCatalog.DeleteTagOption

Description

Deletes the specified TagOption.

You cannot delete a TagOption if it is associated with a product or portfolio.

Synopsis

Creating a Request

data DeleteTagOption Source #

See: newDeleteTagOption smart constructor.

Constructors

DeleteTagOption' 

Fields

  • id :: Text

    The TagOption identifier.

Instances

Instances details
ToJSON DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

ToHeaders DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

ToPath DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

ToQuery DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

AWSRequest DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type AWSResponse DeleteTagOption #

Generic DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type Rep DeleteTagOption :: Type -> Type #

Read DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Show DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

NFData DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Methods

rnf :: DeleteTagOption -> () #

Eq DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Hashable DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type AWSResponse DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOption = D1 ('MetaData "DeleteTagOption" "Amazonka.ServiceCatalog.DeleteTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteTagOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteTagOption Source #

Create a value of DeleteTagOption 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:

DeleteTagOption, deleteTagOption_id - The TagOption identifier.

Request Lenses

deleteTagOption_id :: Lens' DeleteTagOption Text Source #

The TagOption identifier.

Destructuring the Response

data DeleteTagOptionResponse Source #

See: newDeleteTagOptionResponse smart constructor.

Constructors

DeleteTagOptionResponse' 

Fields

Instances

Instances details
Generic DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type Rep DeleteTagOptionResponse :: Type -> Type #

Read DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Show DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

NFData DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Methods

rnf :: DeleteTagOptionResponse -> () #

Eq DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOptionResponse = D1 ('MetaData "DeleteTagOptionResponse" "Amazonka.ServiceCatalog.DeleteTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteTagOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTagOptionResponse Source #

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

Response Lenses