Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data LaunchPathSummary = LaunchPathSummary' {}
- newLaunchPathSummary :: LaunchPathSummary
- launchPathSummary_constraintSummaries :: Lens' LaunchPathSummary (Maybe [ConstraintSummary])
- launchPathSummary_id :: Lens' LaunchPathSummary (Maybe Text)
- launchPathSummary_name :: Lens' LaunchPathSummary (Maybe Text)
- launchPathSummary_tags :: Lens' LaunchPathSummary (Maybe [Tag])
Documentation
data LaunchPathSummary Source #
Summary information about a product path for a user.
See: newLaunchPathSummary
smart constructor.
Instances
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:id:LaunchPathSummary'
, launchPathSummary_id
- The identifier of the product path.
$sel:name:LaunchPathSummary'
, launchPathSummary_name
- The name of the portfolio that contains the product.
$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_id :: Lens' LaunchPathSummary (Maybe Text) Source #
The identifier of the product path.
launchPathSummary_name :: Lens' LaunchPathSummary (Maybe Text) Source #
The name of the portfolio that contains the product.
launchPathSummary_tags :: Lens' LaunchPathSummary (Maybe [Tag]) Source #
The tags associated with this product path.