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

Description

 
Synopsis

Documentation

data LaunchPathSummary Source #

Summary information about a product path for a user.

See: newLaunchPathSummary smart constructor.

Constructors

LaunchPathSummary' 

Fields

Instances

Instances details
Eq LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Read LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Show LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Generic LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Associated Types

type Rep LaunchPathSummary :: Type -> Type #

NFData LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Methods

rnf :: LaunchPathSummary -> () #

Hashable LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

FromJSON LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

type Rep LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

type Rep LaunchPathSummary = D1 ('MetaData "LaunchPathSummary" "Amazonka.ServiceCatalog.Types.LaunchPathSummary" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "LaunchPathSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "constraintSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConstraintSummary])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newLaunchPathSummary :: LaunchPathSummary Source #

Create a value of LaunchPathSummary 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:constraintSummaries:LaunchPathSummary', launchPathSummary_constraintSummaries - The constraints on the portfolio-product relationship.

$sel:name:LaunchPathSummary', launchPathSummary_name - The name of the portfolio to which the user was assigned.

$sel:id:LaunchPathSummary', launchPathSummary_id - The identifier of the product path.

$sel:tags:LaunchPathSummary', launchPathSummary_tags - The tags associated with this product path.

launchPathSummary_constraintSummaries :: Lens' LaunchPathSummary (Maybe [ConstraintSummary]) Source #

The constraints on the portfolio-product relationship.

launchPathSummary_name :: Lens' LaunchPathSummary (Maybe Text) Source #

The name of the portfolio to which the user was assigned.

launchPathSummary_id :: Lens' LaunchPathSummary (Maybe Text) Source #

The identifier of the product path.

launchPathSummary_tags :: Lens' LaunchPathSummary (Maybe [Tag]) Source #

The tags associated with this product path.