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.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
Eq DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Read DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Show DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Generic DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type Rep DeleteTagOption :: Type -> Type #

NFData DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Methods

rnf :: DeleteTagOption -> () #

Hashable DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

ToJSON DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

AWSRequest DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type AWSResponse 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

type Rep DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

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

Defined in Amazonka.ServiceCatalog.DeleteTagOption

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:

$sel:id: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
Eq DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Read DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Show DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Generic DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type Rep DeleteTagOptionResponse :: Type -> Type #

NFData DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Methods

rnf :: DeleteTagOptionResponse -> () #

type Rep DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOptionResponse = D1 ('MetaData "DeleteTagOptionResponse" "Amazonka.ServiceCatalog.DeleteTagOption" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" '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