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

Description

Creates a TagOption.

Synopsis

Creating a Request

data CreateTagOption Source #

See: newCreateTagOption smart constructor.

Constructors

CreateTagOption' 

Fields

Instances

Instances details
ToJSON CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.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

AWSRequest CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type AWSResponse CreateTagOption #

Generic CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type Rep CreateTagOption :: Type -> Type #

Read CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Show CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

NFData CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Methods

rnf :: CreateTagOption -> () #

Eq CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Hashable CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type AWSResponse 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" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateTagOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

CreateTagOption, createTagOption_key - The TagOption key.

CreateTagOption, createTagOption_value - The TagOption value.

Request Lenses

Destructuring the Response

data CreateTagOptionResponse Source #

See: newCreateTagOptionResponse smart constructor.

Constructors

CreateTagOptionResponse' 

Fields

Instances

Instances details
Generic CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type Rep CreateTagOptionResponse :: Type -> Type #

Read CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Show CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

NFData CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Methods

rnf :: CreateTagOptionResponse -> () #

Eq CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type Rep CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type Rep CreateTagOptionResponse = D1 ('MetaData "CreateTagOptionResponse" "Amazonka.ServiceCatalog.CreateTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" '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