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.GetApplicationComponentStrategies

Description

Retrieves a list of all the recommended strategies and tools for an application component running on a server.

Synopsis

Creating a Request

data GetApplicationComponentStrategies Source #

See: newGetApplicationComponentStrategies smart constructor.

Constructors

GetApplicationComponentStrategies' 

Fields

Instances

Instances details
ToHeaders GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

ToPath GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

ToQuery GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

AWSRequest GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Generic GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Associated Types

type Rep GetApplicationComponentStrategies :: Type -> Type #

Read GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Show GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

NFData GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Eq GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Hashable GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

type AWSResponse GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

type Rep GetApplicationComponentStrategies Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

type Rep GetApplicationComponentStrategies = D1 ('MetaData "GetApplicationComponentStrategies" "Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "GetApplicationComponentStrategies'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationComponentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApplicationComponentStrategies Source #

Create a value of GetApplicationComponentStrategies 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:applicationComponentId:GetApplicationComponentStrategies', getApplicationComponentStrategies_applicationComponentId - The ID of the application component. The ID is unique within an AWS account.

Request Lenses

getApplicationComponentStrategies_applicationComponentId :: Lens' GetApplicationComponentStrategies Text Source #

The ID of the application component. The ID is unique within an AWS account.

Destructuring the Response

data GetApplicationComponentStrategiesResponse Source #

Constructors

GetApplicationComponentStrategiesResponse' 

Fields

Instances

Instances details
Generic GetApplicationComponentStrategiesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Read GetApplicationComponentStrategiesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Show GetApplicationComponentStrategiesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

NFData GetApplicationComponentStrategiesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

Eq GetApplicationComponentStrategiesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

type Rep GetApplicationComponentStrategiesResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies

type Rep GetApplicationComponentStrategiesResponse = D1 ('MetaData "GetApplicationComponentStrategiesResponse" "Amazonka.MigrationHubStrategy.GetApplicationComponentStrategies" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "GetApplicationComponentStrategiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationComponentStrategies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationComponentStrategy])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetApplicationComponentStrategiesResponse Source #

Create a value of GetApplicationComponentStrategiesResponse 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:applicationComponentStrategies:GetApplicationComponentStrategiesResponse', getApplicationComponentStrategiesResponse_applicationComponentStrategies - A list of application component strategy recommendations.

$sel:httpStatus:GetApplicationComponentStrategiesResponse', getApplicationComponentStrategiesResponse_httpStatus - The response's http status code.

Response Lenses