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.Types.Integrations

Description

 
Synopsis

Documentation

data Integrations Source #

The information about the service integration.

See: newIntegrations smart constructor.

Constructors

Integrations' 

Fields

Instances

Instances details
FromJSON Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Generic Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Associated Types

type Rep Integrations :: Type -> Type #

Read Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Show Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

NFData Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Methods

rnf :: Integrations -> () #

Eq Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Hashable Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

type Rep Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

type Rep Integrations = D1 ('MetaData "Integrations" "Amazonka.ServiceCatalogAppRegistry.Types.Integrations" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "Integrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceGroup))))

newIntegrations :: Integrations Source #

Create a value of Integrations 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:resourceGroup:Integrations', integrations_resourceGroup - The information about the resource group integration.

integrations_resourceGroup :: Lens' Integrations (Maybe ResourceGroup) Source #

The information about the resource group integration.