amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.ServiceCatalogAppRegistry.PutConfiguration

Description

Associates a TagKey configuration to an account.

Synopsis

Creating a Request

data PutConfiguration Source #

See: newPutConfiguration smart constructor.

Constructors

PutConfiguration' 

Fields

Instances

Instances details
ToJSON PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

ToHeaders PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

ToPath PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

ToQuery PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

AWSRequest PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Associated Types

type AWSResponse PutConfiguration #

Generic PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Associated Types

type Rep PutConfiguration :: Type -> Type #

Read PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Show PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

NFData PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Methods

rnf :: PutConfiguration -> () #

Eq PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Hashable PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type AWSResponse PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfiguration = D1 ('MetaData "PutConfiguration" "Amazonka.ServiceCatalogAppRegistry.PutConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "PutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppRegistryConfiguration)))

newPutConfiguration Source #

Create a value of PutConfiguration 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:configuration:PutConfiguration', putConfiguration_configuration - Associates a TagKey configuration to an account.

Request Lenses

putConfiguration_configuration :: Lens' PutConfiguration AppRegistryConfiguration Source #

Associates a TagKey configuration to an account.

Destructuring the Response

data PutConfigurationResponse Source #

See: newPutConfigurationResponse smart constructor.

Instances

Instances details
Generic PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Associated Types

type Rep PutConfigurationResponse :: Type -> Type #

Read PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Show PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

NFData PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Eq PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfigurationResponse = D1 ('MetaData "PutConfigurationResponse" "Amazonka.ServiceCatalogAppRegistry.PutConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "PutConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutConfigurationResponse :: PutConfigurationResponse Source #

Create a value of PutConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.