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

Description

Updates the configuration of the specified server.

Synopsis

Creating a Request

data UpdateServerConfig Source #

See: newUpdateServerConfig smart constructor.

Constructors

UpdateServerConfig' 

Fields

Instances

Instances details
ToJSON UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

ToHeaders UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

ToPath UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

ToQuery UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

AWSRequest UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Associated Types

type AWSResponse UpdateServerConfig #

Generic UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Associated Types

type Rep UpdateServerConfig :: Type -> Type #

Read UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Show UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

NFData UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Methods

rnf :: UpdateServerConfig -> () #

Eq UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Hashable UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

type AWSResponse UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

type Rep UpdateServerConfig Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

type Rep UpdateServerConfig = D1 ('MetaData "UpdateServerConfig" "Amazonka.MigrationHubStrategy.UpdateServerConfig" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "UpdateServerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "strategyOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StrategyOption)) :*: S1 ('MetaSel ('Just "serverId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateServerConfig Source #

Create a value of UpdateServerConfig 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:strategyOption:UpdateServerConfig', updateServerConfig_strategyOption - The preferred strategy options for the application component. See the response from GetServerStrategies.

$sel:serverId:UpdateServerConfig', updateServerConfig_serverId - The ID of the server.

Request Lenses

updateServerConfig_strategyOption :: Lens' UpdateServerConfig (Maybe StrategyOption) Source #

The preferred strategy options for the application component. See the response from GetServerStrategies.

Destructuring the Response

data UpdateServerConfigResponse Source #

See: newUpdateServerConfigResponse smart constructor.

Constructors

UpdateServerConfigResponse' 

Fields

Instances

Instances details
Generic UpdateServerConfigResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Associated Types

type Rep UpdateServerConfigResponse :: Type -> Type #

Read UpdateServerConfigResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Show UpdateServerConfigResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

NFData UpdateServerConfigResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

Eq UpdateServerConfigResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

type Rep UpdateServerConfigResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.UpdateServerConfig

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

newUpdateServerConfigResponse Source #

Create a value of UpdateServerConfigResponse 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:httpStatus:UpdateServerConfigResponse', updateServerConfigResponse_httpStatus - The response's http status code.

Response Lenses