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

Description

 
Synopsis

Documentation

data LaunchPath Source #

A launch path object.

See: newLaunchPath smart constructor.

Constructors

LaunchPath' 

Fields

Instances

Instances details
FromJSON LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Generic LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Associated Types

type Rep LaunchPath :: Type -> Type #

Read LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Show LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

NFData LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Methods

rnf :: LaunchPath -> () #

Eq LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Hashable LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

type Rep LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

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

newLaunchPath :: LaunchPath Source #

Create a value of LaunchPath 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:id:LaunchPath', launchPath_id - The identifier of the launch path.

$sel:name:LaunchPath', launchPath_name - The name of the launch path.

launchPath_id :: Lens' LaunchPath (Maybe Text) Source #

The identifier of the launch path.

launchPath_name :: Lens' LaunchPath (Maybe Text) Source #

The name of the launch path.