amazonka-evidently-2.0: Amazon CloudWatch Evidently SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Evidently.Types.LaunchGroup

Description

 
Synopsis

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

Instances details
FromJSON LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

Generic LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

Associated Types

type Rep LaunchGroup :: Type -> Type #

Read LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

Show LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

NFData LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

Methods

rnf :: LaunchGroup -> () #

Eq LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

Hashable LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

type Rep LaunchGroup Source # 
Instance details

Defined in Amazonka.Evidently.Types.LaunchGroup

type Rep LaunchGroup = D1 ('MetaData "LaunchGroup" "Amazonka.Evidently.Types.LaunchGroup" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "LaunchGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "featureVariations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLaunchGroup Source #

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.