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

Description

Creates a TagOption.

Synopsis

Creating a Request

data CreateTagOption Source #

See: newCreateTagOption smart constructor.

Constructors

CreateTagOption' 

Fields

Instances

Instances details
Eq CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Read CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Show CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Generic CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type Rep CreateTagOption :: Type -> Type #

NFData CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Methods

rnf :: CreateTagOption -> () #

Hashable CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

ToJSON CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

AWSRequest CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type AWSResponse CreateTagOption #

ToHeaders CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

ToPath CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

ToQuery CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type Rep CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

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

Defined in Amazonka.ServiceCatalog.CreateTagOption

newCreateTagOption Source #

Create a value of CreateTagOption 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:key:CreateTagOption', createTagOption_key - The TagOption key.

$sel:value:CreateTagOption', createTagOption_value - The TagOption value.

Request Lenses

Destructuring the Response

data CreateTagOptionResponse Source #

See: newCreateTagOptionResponse smart constructor.

Constructors

CreateTagOptionResponse' 

Fields

Instances

Instances details
Eq CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Read CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Show CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Generic CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type Rep CreateTagOptionResponse :: Type -> Type #

NFData CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Methods

rnf :: CreateTagOptionResponse -> () #

type Rep CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

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

newCreateTagOptionResponse Source #

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

$sel:httpStatus:CreateTagOptionResponse', createTagOptionResponse_httpStatus - The response's http status code.

Response Lenses