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

Description

Gets information about the specified TagOption.

Synopsis

Creating a Request

data DescribeTagOption Source #

See: newDescribeTagOption smart constructor.

Constructors

DescribeTagOption' 

Fields

  • id :: Text

    The TagOption identifier.

Instances

Instances details
Eq DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Read DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Show DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Generic DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Associated Types

type Rep DescribeTagOption :: Type -> Type #

NFData DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Methods

rnf :: DescribeTagOption -> () #

Hashable DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

ToJSON DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

AWSRequest DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Associated Types

type AWSResponse DescribeTagOption #

ToHeaders DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

ToPath DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

ToQuery DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

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

Defined in Amazonka.ServiceCatalog.DescribeTagOption

newDescribeTagOption Source #

Create a value of DescribeTagOption 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:DescribeTagOption', describeTagOption_id - The TagOption identifier.

Request Lenses

Destructuring the Response

data DescribeTagOptionResponse Source #

See: newDescribeTagOptionResponse smart constructor.

Constructors

DescribeTagOptionResponse' 

Fields

Instances

Instances details
Eq DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Read DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Show DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Generic DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Associated Types

type Rep DescribeTagOptionResponse :: Type -> Type #

NFData DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

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

newDescribeTagOptionResponse Source #

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

$sel:httpStatus:DescribeTagOptionResponse', describeTagOptionResponse_httpStatus - The response's http status code.

Response Lenses