amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.Types.ApplicationComponentSummary

Description

 
Synopsis

Documentation

data ApplicationComponentSummary Source #

Contains the summary of application components.

See: newApplicationComponentSummary smart constructor.

Constructors

ApplicationComponentSummary' 

Fields

Instances

Instances details
FromJSON ApplicationComponentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary

Generic ApplicationComponentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary

Associated Types

type Rep ApplicationComponentSummary :: Type -> Type #

Read ApplicationComponentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary

Show ApplicationComponentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary

NFData ApplicationComponentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary

Eq ApplicationComponentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary

Hashable ApplicationComponentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentSummary

type Rep ApplicationComponentSummary Source # 
Instance details

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.