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

Description

Retrieves a TagKey configuration from an account.

Synopsis

Creating a Request

data GetConfiguration Source #

See: newGetConfiguration smart constructor.

Constructors

GetConfiguration' 

Instances

Instances details
ToHeaders GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

ToPath GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

ToQuery GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

AWSRequest GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Associated Types

type AWSResponse GetConfiguration #

Generic GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Associated Types

type Rep GetConfiguration :: Type -> Type #

Read GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Show GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

NFData GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Methods

rnf :: GetConfiguration -> () #

Eq GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Hashable GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type AWSResponse GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type Rep GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

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

newGetConfiguration :: GetConfiguration Source #

Create a value of GetConfiguration with all optional fields omitted.

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

Destructuring the Response

data GetConfigurationResponse Source #

See: newGetConfigurationResponse smart constructor.

Constructors

GetConfigurationResponse' 

Fields

Instances

Instances details
Generic GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Associated Types

type Rep GetConfigurationResponse :: Type -> Type #

Read GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Show GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

NFData GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Eq GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type Rep GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

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

newGetConfigurationResponse Source #

Create a value of GetConfigurationResponse 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:GetConfigurationResponse', getConfigurationResponse_configuration - Retrieves TagKey configuration from an account.

$sel:httpStatus:GetConfigurationResponse', getConfigurationResponse_httpStatus - The response's http status code.

Response Lenses