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 |
Synopsis
Documentation
data ApplicationComponentSummary Source #
Contains the summary of application components.
See: newApplicationComponentSummary
smart constructor.
Instances
FromJSON ApplicationComponentSummary Source # | |
Generic ApplicationComponentSummary Source # | |
Read ApplicationComponentSummary Source # | |
Show ApplicationComponentSummary Source # | |
NFData ApplicationComponentSummary Source # | |
Eq ApplicationComponentSummary Source # | |
Hashable ApplicationComponentSummary Source # | |
type Rep ApplicationComponentSummary Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary type Rep ApplicationComponentSummary = D1 ('MetaData "ApplicationComponentSummary" "Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "ApplicationComponentSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppType)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) |
newApplicationComponentSummary :: ApplicationComponentSummary Source #
Create a value of ApplicationComponentSummary
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:appType:ApplicationComponentSummary'
, applicationComponentSummary_appType
- Contains the name of application types.
$sel:count:ApplicationComponentSummary'
, applicationComponentSummary_count
- Contains the count of application type.
applicationComponentSummary_appType :: Lens' ApplicationComponentSummary (Maybe AppType) Source #
Contains the name of application types.
applicationComponentSummary_count :: Lens' ApplicationComponentSummary (Maybe Int) Source #
Contains the count of application type.