| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ServiceCatalogLaunchNotificationConstraint
Synopsis
- data ServiceCatalogLaunchNotificationConstraint = ServiceCatalogLaunchNotificationConstraint {
- _serviceCatalogLaunchNotificationConstraintAcceptLanguage :: Maybe (Val Text)
- _serviceCatalogLaunchNotificationConstraintDescription :: Maybe (Val Text)
- _serviceCatalogLaunchNotificationConstraintNotificationArns :: ValList Text
- _serviceCatalogLaunchNotificationConstraintPortfolioId :: Val Text
- _serviceCatalogLaunchNotificationConstraintProductId :: Val Text
- serviceCatalogLaunchNotificationConstraint :: ValList Text -> Val Text -> Val Text -> ServiceCatalogLaunchNotificationConstraint
- sclncAcceptLanguage :: Lens' ServiceCatalogLaunchNotificationConstraint (Maybe (Val Text))
- sclncDescription :: Lens' ServiceCatalogLaunchNotificationConstraint (Maybe (Val Text))
- sclncNotificationArns :: Lens' ServiceCatalogLaunchNotificationConstraint (ValList Text)
- sclncPortfolioId :: Lens' ServiceCatalogLaunchNotificationConstraint (Val Text)
- sclncProductId :: Lens' ServiceCatalogLaunchNotificationConstraint (Val Text)
Documentation
data ServiceCatalogLaunchNotificationConstraint #
Full data type definition for ServiceCatalogLaunchNotificationConstraint.
See serviceCatalogLaunchNotificationConstraint for a more convenient
constructor.
Constructors
serviceCatalogLaunchNotificationConstraint #
Constructor for ServiceCatalogLaunchNotificationConstraint containing
required fields as arguments.