| 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.ScheduledSplitsLaunchDefinition
Description
Synopsis
Documentation
data ScheduledSplitsLaunchDefinition Source #
An array of structures that define the traffic allocation percentages among the feature variations during each step of a launch. This also defines the start time of each step.
See: newScheduledSplitsLaunchDefinition smart constructor.
Constructors
| ScheduledSplitsLaunchDefinition' | |
Fields
| |
Instances
newScheduledSplitsLaunchDefinition :: ScheduledSplitsLaunchDefinition Source #
Create a value of ScheduledSplitsLaunchDefinition 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:steps:ScheduledSplitsLaunchDefinition', scheduledSplitsLaunchDefinition_steps - An array of structures that define the traffic allocation percentages
among the feature variations during each step of the launch. This also
defines the start time of each step.
scheduledSplitsLaunchDefinition_steps :: Lens' ScheduledSplitsLaunchDefinition (Maybe (NonEmpty ScheduledSplit)) Source #
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.