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

Description

Stops the assessment of an on-premises environment.

Synopsis

Creating a Request

data StopAssessment Source #

See: newStopAssessment smart constructor.

Constructors

StopAssessment' 

Fields

Instances

Instances details
ToJSON StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

ToHeaders StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

ToPath StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

ToQuery StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

AWSRequest StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Associated Types

type AWSResponse StopAssessment #

Generic StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Associated Types

type Rep StopAssessment :: Type -> Type #

Read StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Show StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

NFData StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Methods

rnf :: StopAssessment -> () #

Eq StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Hashable StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

type AWSResponse StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

type Rep StopAssessment Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

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

newStopAssessment Source #

Create a value of StopAssessment 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:assessmentId:StopAssessment', stopAssessment_assessmentId - The assessmentId returned by StartAssessment.

Request Lenses

stopAssessment_assessmentId :: Lens' StopAssessment Text Source #

The assessmentId returned by StartAssessment.

Destructuring the Response

data StopAssessmentResponse Source #

See: newStopAssessmentResponse smart constructor.

Constructors

StopAssessmentResponse' 

Fields

Instances

Instances details
Generic StopAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Associated Types

type Rep StopAssessmentResponse :: Type -> Type #

Read StopAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Show StopAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

NFData StopAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

Methods

rnf :: StopAssessmentResponse -> () #

Eq StopAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

type Rep StopAssessmentResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.StopAssessment

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

newStopAssessmentResponse Source #

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

Response Lenses