| 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 |
Amazonka.Evidently.Types.LaunchGroup
Description
Synopsis
- data LaunchGroup = LaunchGroup' {
- description :: Maybe Text
- featureVariations :: HashMap Text Text
- name :: Text
- newLaunchGroup :: Text -> LaunchGroup
- launchGroup_description :: Lens' LaunchGroup (Maybe Text)
- launchGroup_featureVariations :: Lens' LaunchGroup (HashMap Text Text)
- launchGroup_name :: Lens' LaunchGroup Text
Documentation
data LaunchGroup Source #
A structure that defines one launch group in a launch. A launch group is a variation of the feature that you are including in the launch.
See: newLaunchGroup smart constructor.
Constructors
| LaunchGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> LaunchGroup |
Create a value of LaunchGroup 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:description:LaunchGroup', launchGroup_description - A description of the launch group.
$sel:featureVariations:LaunchGroup', launchGroup_featureVariations - The feature variation for this launch group. This is a key-value pair.
$sel:name:LaunchGroup', launchGroup_name - The name of the launch group.
launchGroup_description :: Lens' LaunchGroup (Maybe Text) Source #
A description of the launch group.
launchGroup_featureVariations :: Lens' LaunchGroup (HashMap Text Text) Source #
The feature variation for this launch group. This is a key-value pair.
launchGroup_name :: Lens' LaunchGroup Text Source #
The name of the launch group.