libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalog.Types.LaunchPath

Description

 
Synopsis

Documentation

data LaunchPath Source #

A launch path object.

See: newLaunchPath smart constructor.

Constructors

LaunchPath' 

Fields

Instances

Instances details
Eq LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Read LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Show 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 #

NFData LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Methods

rnf :: LaunchPath -> () #

Hashable LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

FromJSON 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" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "LaunchPath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") '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:name:LaunchPath', launchPath_name - The name of the launch path.

$sel:id:LaunchPath', launchPath_id - The identifier of the launch path.

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

The name of the launch path.

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

The identifier of the launch path.