| 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.MigrationHubStrategy.Types.Group
Description
Documentation
The object containing information about distinct imports or groups for Strategy Recommendations.
See: newGroup smart constructor.
Constructors
| Group' | |
Instances
| ToJSON Group Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.Group | |
| Generic Group Source # | |
| Read Group Source # | |
| Show Group Source # | |
| NFData Group Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.Group | |
| Eq Group Source # | |
| Hashable Group Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.Group | |
| type Rep Group Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.Group type Rep Group = D1 ('MetaData "Group" "Amazonka.MigrationHubStrategy.Types.Group" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "Group'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GroupName)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Group 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:name:Group', group_name - The key of the specific import group.
$sel:value:Group', group_value - The value of the specific import group.