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

Description

 
Synopsis

Documentation

data SourceConnection Source #

A top level ProductViewDetail response containing details about the product’s connection. Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.

See: newSourceConnection smart constructor.

Constructors

SourceConnection' 

Fields

Instances

Instances details
ToJSON SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Generic SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Associated Types

type Rep SourceConnection :: Type -> Type #

Read SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Show SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

NFData SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Methods

rnf :: SourceConnection -> () #

Eq SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Hashable SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

type Rep SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

type Rep SourceConnection = D1 ('MetaData "SourceConnection" "Amazonka.ServiceCatalog.Types.SourceConnection" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SourceConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)) :*: S1 ('MetaSel ('Just "connectionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceConnectionParameters)))

newSourceConnection Source #

Create a value of SourceConnection 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:type':SourceConnection', sourceConnection_type - The only supported SourceConnection type is Codestar.

$sel:connectionParameters:SourceConnection', sourceConnection_connectionParameters - The connection details based on the connection Type.

sourceConnection_type :: Lens' SourceConnection (Maybe SourceType) Source #

The only supported SourceConnection type is Codestar.